commit | 14006a5671058bfe2f323beeec66448fce228adb | [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 | 9734b97f76a942f449fdc9ff445a003aa812baa7 [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>