
6 Mar
2018
6 Mar
'18
10:38 p.m.
For some reason we seem to have documented how to build u-boot-sunxi-with-spl.bin manually with cat but not have a build system rule for it. Let's fix this to have the file built by default just like it is on 32-bit sunxi boards.
Build-tested only.
Tuomas Tynkkynen (2): ARM: sunxi: Move u-boot-sunxi-with-spl.bin rule to Makefile ARM: sunxi: Build u-boot-sunxi-with-spl.bin on ARM64 as well
Makefile | 10 ++++++++++ arch/arm/cpu/armv7/sunxi/config.mk | 6 ------ board/sunxi/README.sunxi64 | 3 +-- 3 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 arch/arm/cpu/armv7/sunxi/config.mk
--
2.16.1