summaryrefslogtreecommitdiff
path: root/include/configs/C29XPCIE.h
diff options
context:
space:
mode:
authorScott Wood <oss@buserror.net>2016-07-19 22:52:06 (GMT)
committerYork Sun <york.sun@nxp.com>2016-07-21 18:11:44 (GMT)
commitb24a4f6247d867f1301edc1c6390aca79ecbe16b (patch)
tree9c8d3df19e411fe21b12b628979f0df95b920408 /include/configs/C29XPCIE.h
parentebfc066e6f755da373d503608249f77ac298fb5e (diff)
downloadu-boot-b24a4f6247d867f1301edc1c6390aca79ecbe16b.tar.xz
powerpc/85xx: Increase fdt address
Loading the fdt at 0xc00000 fails if the uncompressed kernel image is greater than 12 MiB, which is quite common with modern kernels and multiplatform defconfigs. Move fdtaddr to 0x1e00000 which is just under the ramdiskaddr on most targets. Signed-off-by: Scott Wood <oss@buserror.net> Cc: Peter Tyser <ptyser@xes-inc.com> Cc: Dirk Eibach <eibach@gdsys.de> Cc: Andy Fleming <afleming@gmail.com> Cc: Paul Gortmaker <paul.gortmaker@windriver.com> Acked-by: Paul Gortmaker <paul.gortmaker@windriver.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/C29XPCIE.h')
-rw-r--r--include/configs/C29XPCIE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h
index 69a9798..cc5359f 100644
--- a/include/configs/C29XPCIE.h
+++ b/include/configs/C29XPCIE.h
@@ -530,7 +530,7 @@
"consoledev=ttyS0\0" \
"ramdiskaddr=2000000\0" \
"ramdiskfile=rootfs.ext2.gz.uboot\0" \
- "fdtaddr=c00000\0" \
+ "fdtaddr=1e00000\0" \
"fdtfile=name/of/device-tree.dtb\0" \
"othbootargs=ramdisk_size=600000\0" \