mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-28 17:21:36 +02:00
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>
This commit is contained in:
parent
bc2ad9f04d
commit
145df6fe2a
@ -125,7 +125,7 @@
|
|||||||
"hdpart=0:1\0" \
|
"hdpart=0:1\0" \
|
||||||
"kernel_addr=0x00800000\0" \
|
"kernel_addr=0x00800000\0" \
|
||||||
"ramdisk_addr=0x01000000\0" \
|
"ramdisk_addr=0x01000000\0" \
|
||||||
"fdt_addr=0x01ff0000\0" \
|
"fdt_addr=0x00ff0000\0" \
|
||||||
"bootcmd_legacy=ide reset " \
|
"bootcmd_legacy=ide reset " \
|
||||||
"&& load ide ${hdpart} ${kernel_addr} /uImage.buffalo " \
|
"&& load ide ${hdpart} ${kernel_addr} /uImage.buffalo " \
|
||||||
"&& load ide ${hdpart} ${ramdisk_addr} /initrd.buffalo "\
|
"&& load ide ${hdpart} ${ramdisk_addr} /initrd.buffalo "\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user