]> git.baikalelectronics.ru Git - uboot.git/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)
commit123379edeb55b4404c4b5152ed349a641ea3018b
tree4345ca534ed395377f40f36c5dbd3ec06c506c73
parent3ca9bbef193be083731b223192b5eab1a70b5e9a
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