Date: Wed, 15 Aug 2018 14:59:55 +0000 (UTC) From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477232 - head/sysutils/u-boot-master Message-ID: <201808151459.w7FExtEl080049@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: manu (src committer) Date: Wed Aug 15 14:59:54 2018 New Revision: 477232 URL: https://svnweb.freebsd.org/changeset/ports/477232 Log: sysutils/u-boot-master: Set the correct files for ALLWINNER64 family Use the correct names for the ALLWINNER64 family, files are the same as the ALLWINNER one so no harm was done, but now it's correct. Reported by: jmg Approved by: bapt (implicit) Modified: head/sysutils/u-boot-master/Makefile Modified: head/sysutils/u-boot-master/Makefile ============================================================================== --- head/sysutils/u-boot-master/Makefile Wed Aug 15 14:46:41 2018 (r477231) +++ head/sysutils/u-boot-master/Makefile Wed Aug 15 14:59:54 2018 (r477232) @@ -68,9 +68,9 @@ UBOOT_METADATA_ALLWINNER_RAW_OFFSET= 8 UBOOT_METADATA_ALLWINNER_RAW_BS= 1k # Overrides for ALLWINNER64 family -UBOOT_PLIST_ALLWINNER64=u-boot-sunxi-with-spl.bin +UBOOT_PLIST_ALLWINNER64=${UBOOT_PLIST_ALLWINNER} UBOOT_ARCH_ALLWINNER64=aarch64 -UBOOT_METADATA_ALLWINNER64_FILES= ${UBOOT_PLIST_ALLWINNER} +UBOOT_METADATA_ALLWINNER64_FILES= ${UBOOT_PLIST_ALLWINNER64} UBOOT_METADATA_ALLWINNER64_METHOD= raw UBOOT_METADATA_ALLWINNER64_RAW_OFFSET= 8 UBOOT_METADATA_ALLWINNER64_RAW_BS= 1k
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808151459.w7FExtEl080049>