u-boot-master slight mismatch in Makefile...

Emmanuel Vadot manu at bidouilliste.com
Wed Aug 15 15:00:21 UTC 2018


On Mon, 13 Aug 2018 05:56:11 -0700
John-Mark Gurney <jmg at funkthat.com> wrote:

> In the Makefile for u-boot-master:
> 63	# Overrides for ALLWINNER family
> 64	UBOOT_PLIST_ALLWINNER=u-boot-sunxi-with-spl.bin
> 65	UBOOT_METADATA_ALLWINNER_FILES=         ${UBOOT_PLIST_ALLWINNER}
> 66	UBOOT_METADATA_ALLWINNER_METHOD=        raw
> 67	UBOOT_METADATA_ALLWINNER_RAW_OFFSET=    8
> 68	UBOOT_METADATA_ALLWINNER_RAW_BS=        1k
> 69	
> 70	# Overrides for ALLWINNER64 family
> 71	UBOOT_PLIST_ALLWINNER64=u-boot-sunxi-with-spl.bin
> 72	UBOOT_ARCH_ALLWINNER64=aarch64
> 73	UBOOT_METADATA_ALLWINNER64_FILES=       ${UBOOT_PLIST_ALLWINNER}
> 
> This last line should probably be:
> 73	UBOOT_METADATA_ALLWINNER64_FILES=       ${UBOOT_PLIST_ALLWINNER64}
> 
> and to make the change cascading since 71 and 64 are the same:
> 71	UBOOT_PLIST_ALLWINNER64=${UBOOT_PLIST_ALLWINNER}
> 
> These changes won't change the behavior, but prevent POLA when someone
> changes UBOOT_PLIST_ALLWINNER64 and nothing changes...
> 
> -- 
>   John-Mark Gurney				Voice: +1 415 225 5579
> 
>      "All that I will do, has been done, All that I have, has not."
> _______________________________________________
> freebsd-uboot at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-uboot
> To unsubscribe, send any mail to "freebsd-uboot-unsubscribe at freebsd.org"

 Thanks,

 Fixed in r477232.

-- 
Emmanuel Vadot <manu at bidouilliste.com> <manu at freebsd.org>


More information about the freebsd-uboot mailing list