11 lines
280 B
Plaintext
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)
|