]> git.sur5r.net Git - u-boot/commit
rpi: Adjust fdt_addr_r to a sane address
authorAlexander Graf <agraf@suse.de>
Fri, 13 Apr 2018 15:37:34 +0000 (17:37 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 23 May 2018 20:31:23 +0000 (22:31 +0200)
commitd295c3ec3543e697b6f9f077f52877e081db4c6f
tree4345ca534ed395377f40f36c5dbd3ec06c506c73
parentdca268a8f987730978e1a23adfd0ac82db341a10
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>
include/configs/rpi.h