commit | be083386fc0ad4915192be8fb7f1f7db3028d2e3 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Sun Feb 08 20:06:06 2015 +0100 |
committer | Luka Perkov <luka.perkov@sartura.hr> | Thu Feb 12 15:28:02 2015 +0100 |
tree | 644db8dd9b8eddb2b0e4839b230b59003905beb0 | |
parent | daffcc5cb624d0bbb472ccc68b933314d69ebfde [diff] |
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>