hw23: Add fdt_high address
This avoids using the devicetree in place in the fitImage and fixes boot problem. BugzID:
This commit is contained in:
parent
a12a49cf05
commit
b1b2662ce6
|
|
@ -224,6 +224,7 @@
|
||||||
"bootm $kernel_addr_r\0" \
|
"bootm $kernel_addr_r\0" \
|
||||||
"bootm_size=0x10000000\0" \
|
"bootm_size=0x10000000\0" \
|
||||||
"initrd_high=0x8d000000\0" \
|
"initrd_high=0x8d000000\0" \
|
||||||
|
"fdt_high=0x8e000000\0" \
|
||||||
"kernel_addr_r=0x90000000\0" \
|
"kernel_addr_r=0x90000000\0" \
|
||||||
"ipaddr=192.168.1.1\0" \
|
"ipaddr=192.168.1.1\0" \
|
||||||
"serverip=192.168.1.254\0" \
|
"serverip=192.168.1.254\0" \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue