armbian-build/patch/u-boot/u-boot-s5p6818/add-nano-pi-load-makefile.patch.disabled
2017-08-14 22:29:59 +02:00

11 lines
280 B
Plaintext

--- a/Makefile
+++ b/Makefile
@@ -873,6 +873,7 @@ u-boot.bin: u-boot FORCE
$(call if_changed,objcopy)
$(call DO_STATIC_RELA,$<,$@,$(CONFIG_SYS_TEXT_BASE))
$(BOARD_SIZE_CHECK)
+ ./nanopi-load -o u-boot-nsih.bin u-boot.bin 0x43bffe00
u-boot.ldr: u-boot
$(CREATE_LDR_ENV)