Home
last modified time | relevance | path

Searched hist:"145 df6fe2a5897cfda0ca2992d0e08cdb9cc0cde" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Dlsxl.h145df6fe2a5897cfda0ca2992d0e08cdb9cc0cde Sun Feb 08 19:06:06 UTC 2015 Michael Walle <michael@walle.cc> 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>