]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: sunxi: Don't use binman to build ATF image
authorSimon Glass <sjg@chromium.org>
Fri, 7 Aug 2020 15:44:11 +0000 (09:44 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 8 Aug 2020 12:31:52 +0000 (08:31 -0400)
commit67b941ee5b1b2f23c94ba41f555915346dd9d8ad
tree116c448ae52571ee6efa6e9c1cd57a2f5a625f4c
parentc6fbb006bb614790d3347a554ac1de387895fb44
Makefile: sunxi: Don't use binman to build ATF image

At present with sunxi 64-bit, the Makefile builds
u-boot-sunxi-with-spl.bin and then binman overwrites it with its own
version. But the binman definition lacks some parts, in particular
BL31.

For now, work around this with a hack.

Tested-by: Andre Przywara <andre.przywara@arm.com>
Tested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: eaab1481517 ("x86: Makefile: Drop explicit targets built by binman")
Makefile