
Hi,
On 06/03/18 21:38, Tuomas Tynkkynen wrote:
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.
Ah, thanks a lot! Admittedly I was just too lazy to find out how this works for the 32-bit boards, and how to pull this into the 64 bit builds as well.
Build-tested only.
I actually booted from an SD card and it works like a charm! So thanks again for pulling this together.
Cheers, Andre.
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