diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2020-11-23 01:37:40 +0800 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2020-11-23 01:37:40 +0800 |
commit | 2b1fdba5c9a8f2c8480e44b88bf86c5e32d22aeb (patch) | |
tree | e812fa474c4dff56c0ef68152fc839e5d1ee3fdd /sysutils/u-boot-master | |
parent | 3ddba71d41ea78854f877614d96674b94df781ba (diff) | |
download | freebsd-ports-gnome-2b1fdba5c9a8f2c8480e44b88bf86c5e32d22aeb.tar.gz freebsd-ports-gnome-2b1fdba5c9a8f2c8480e44b88bf86c5e32d22aeb.tar.zst freebsd-ports-gnome-2b1fdba5c9a8f2c8480e44b88bf86c5e32d22aeb.zip |
sysutils/atf: Update to v2.4
Bump u-boot ports that depends on it.
While here update the metadata and pkg-descr for the allwinner64 family so
u-boot is put in an alternate location that doesn't conflict with GPT
partitions.
Diffstat (limited to 'sysutils/u-boot-master')
-rw-r--r-- | sysutils/u-boot-master/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile index 035eb328a3a6..e518ec6a4afd 100644 --- a/sysutils/u-boot-master/Makefile +++ b/sysutils/u-boot-master/Makefile @@ -71,8 +71,8 @@ UBOOT_PLIST_ALLWINNER64=${UBOOT_PLIST_ALLWINNER} UBOOT_ARCH_ALLWINNER64=aarch64 UBOOT_METADATA_ALLWINNER64_FILES= ${UBOOT_PLIST_ALLWINNER64} UBOOT_METADATA_ALLWINNER64_METHOD= raw -UBOOT_METADATA_ALLWINNER64_RAW_OFFSET= 8 -UBOOT_METADATA_ALLWINNER64_RAW_BS= 1k +UBOOT_METADATA_ALLWINNER64_RAW_OFFSET= 1 +UBOOT_METADATA_ALLWINNER64_RAW_BS= 128k # Overrides for Zynq 7000 family UBOOT_PLIST_ZYNQ_7000=u-boot.img boot.bin uEnv.txt |