summaryrefslogtreecommitdiff
path: root/include/configs/rpi.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2018-04-13 17:37:34 +0200
committerAlexander Graf <agraf@suse.de>2018-05-23 22:31:23 +0200
commitd295c3ec3543e697b6f9f077f52877e081db4c6f (patch)
tree4345ca534ed395377f40f36c5dbd3ec06c506c73 /include/configs/rpi.h
parentdca268a8f987730978e1a23adfd0ac82db341a10 (diff)
rpi: Adjust fdt_addr_r to a sane address
Back in the old days, 0x100 was used as the address to pass the device tree from firmware into the kernel. This has since changed to a more dynamic location, so using 0x100 actually breaks more things than it helps with. Let's move the device tree default location for distro boot to a more sane place that gives us enough head room in low memory. Reported-by: Tuomas Tynkkynen <tuomas@tuxera.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/configs/rpi.h')
-rw-r--r--include/configs/rpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h
index 69a22e1700..8b21453d78 100644
--- a/include/configs/rpi.h
+++ b/include/configs/rpi.h
@@ -123,7 +123,7 @@
#define ENV_MEM_LAYOUT_SETTINGS \
"fdt_high=ffffffff\0" \
"initrd_high=ffffffff\0" \
- "fdt_addr_r=0x00000100\0" \
+ "fdt_addr_r=0x01f00000\0" \
"pxefile_addr_r=0x00100000\0" \
"kernel_addr_r=0x01000000\0" \
"scriptaddr=0x02000000\0" \