commit | b2c20f6c5923b2bec3179fc521947d148062a1d3 | [log] [tgz] |
---|---|---|
author | Jonathan Liu <net147@gmail.com> | Sat Aug 22 20:27:17 2015 +1000 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 28 11:46:35 2015 -0400 |
tree | 75d42997a7efac29595532ccc09c70030438e474 | |
parent | 6a2283f46fbe83a81b334b4e9414002afc79643a [diff] |
rpi: set fdt_addr_r to 0x00000100 to match default device_tree_address Raspberry Pi by default loads the FDT to 0x00000100 so set fdt_addr_r to match and move scriptaddr to 0x02000000 to avoid clobbering the FDT. Signed-off-by: Jonathan Liu <net147@gmail.com>