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:
Alexandre Bard 2020-01-12 21:42:15 +01:00
parent a12a49cf05
commit b1b2662ce6
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@
"bootm $kernel_addr_r\0" \
"bootm_size=0x10000000\0" \
"initrd_high=0x8d000000\0" \
"fdt_high=0x8e000000\0" \
"kernel_addr_r=0x90000000\0" \
"ipaddr=192.168.1.1\0" \
"serverip=192.168.1.254\0" \