lsxl: place the dtb below the inital ramdisk
authorMichael Walle <michael@walle.cc>
Sun, 8 Feb 2015 19:06:06 +0000 (20:06 +0100)
committerLuka Perkov <luka.perkov@sartura.hr>
Thu, 12 Feb 2015 14:28:02 +0000 (15:28 +0100)
commit145df6fe2a5897cfda0ca2992d0e08cdb9cc0cde
tree644db8dd9b8eddb2b0e4839b230b59003905beb0
parentbc2ad9f04dd9d15e7134f7e1b6386d1995772d69
lsxl: place the dtb below the inital ramdisk

The dtb was loaded at a memory address after the initial ramdisk. Thus a
large ramdisk would overwrite the dtb. Move it to "ramdisk_start - 64k".
64k should be enough for the device tree blob. Also the kernel
documentation arm/Booting suggests to put the dtb before the initial
ramdisk.

Signed-off-by: Michael Walle <michael@walle.cc>
include/configs/lsxl.h