summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2015-02-08 20:06:06 +0100
committerLuka Perkov <luka.perkov@sartura.hr>2015-02-12 15:28:02 +0100
commit145df6fe2a5897cfda0ca2992d0e08cdb9cc0cde (patch)
tree644db8dd9b8eddb2b0e4839b230b59003905beb0 /include
parentbc2ad9f04dd9d15e7134f7e1b6386d1995772d69 (diff)
downloadblackbird-obmc-uboot-145df6fe2a5897cfda0ca2992d0e08cdb9cc0cde.tar.gz
blackbird-obmc-uboot-145df6fe2a5897cfda0ca2992d0e08cdb9cc0cde.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/lsxl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h
index 6c8e369861..dff90250a0 100644
--- a/include/configs/lsxl.h
+++ b/include/configs/lsxl.h
@@ -125,7 +125,7 @@
"hdpart=0:1\0" \
"kernel_addr=0x00800000\0" \
"ramdisk_addr=0x01000000\0" \
- "fdt_addr=0x01ff0000\0" \
+ "fdt_addr=0x00ff0000\0" \
"bootcmd_legacy=ide reset " \
"&& load ide ${hdpart} ${kernel_addr} /uImage.buffalo " \
"&& load ide ${hdpart} ${ramdisk_addr} /initrd.buffalo "\
OpenPOWER on IntegriCloud