summaryrefslogtreecommitdiff
path: root/include/configs/P1023RDB.h
diff options
context:
space:
mode:
authorScott Wood <oss@buserror.net>2016-07-19 17:52:06 -0500
committerYork Sun <york.sun@nxp.com>2016-07-21 11:11:44 -0700
commitb24a4f6247d867f1301edc1c6390aca79ecbe16b (patch)
tree9c8d3df19e411fe21b12b628979f0df95b920408 /include/configs/P1023RDB.h
parentebfc066e6f755da373d503608249f77ac298fb5e (diff)
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/P1023RDB.h')
-rw-r--r--include/configs/P1023RDB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/P1023RDB.h b/include/configs/P1023RDB.h
index 07a594d15d..d044c7bc2e 100644
--- a/include/configs/P1023RDB.h
+++ b/include/configs/P1023RDB.h
@@ -375,7 +375,7 @@ extern unsigned long get_clock_freq(void);
"consoledev=ttyS0\0" \
"ramdiskaddr=2000000\0" \
"ramdiskfile=rootfs.ext2.gz.uboot\0" \
- "fdtaddr=c00000\0" \
+ "fdtaddr=1e00000\0" \
"fdtfile=p1023rdb.dtb\0" \
"othbootargs=ramdisk_size=600000\0" \
"bdev=sda1\0" \