]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: rpi: set initrd_high
authorLubomir Rintel <lkundrak@v3.sk>
Sun, 14 Feb 2016 18:23:24 +0000 (19:23 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 15 Feb 2016 20:58:24 +0000 (20:58 +0000)
commit9d313618866de521786b219e61dadcce73a46d84
tree2d6154b89dbece05f73d935e07b91a8a43b7aa21
parent15b51878bec835c315c80529a0c4d147d681c8e9
ARM: rpi: set initrd_high

The kernel gets much too sad when the ramdisk is loaded too high into the 1GiB
of memory on Raspberry Pi 2:

  ## Flattened Device Tree blob at 00000100
     Booting using the fdt blob at 0x000100
     Loading Ramdisk to 39c14000, end 3ab45067 ... OK
     Using Device Tree in place at 00000100, end 000045ea
  ...
  [    0.599346] Unpacking initramfs...
  [    0.602924] Unable to handle kernel paging request at virtual address f9c14000

Placement of the device tree was fixed in 89ca1000 (ARM: rpi: set fdt_high
in the default environment).

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
include/configs/rpi-common.h