diff options
author | Scott Wood <oss@buserror.net> | 2016-07-19 17:52:06 -0500 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-07-21 11:11:44 -0700 |
commit | b24a4f6247d867f1301edc1c6390aca79ecbe16b (patch) | |
tree | 9c8d3df19e411fe21b12b628979f0df95b920408 /include/configs/xpedite520x.h | |
parent | ebfc066e6f755da373d503608249f77ac298fb5e (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/xpedite520x.h')
-rw-r--r-- | include/configs/xpedite520x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/xpedite520x.h b/include/configs/xpedite520x.h index a418fc5c9e2..f7cfc9ea865 100644 --- a/include/configs/xpedite520x.h +++ b/include/configs/xpedite520x.h @@ -483,7 +483,7 @@ "osfile=/home/user/board.uImage\0" \ "fdtfile=/home/user/board.dtb\0" \ "ubootfile=/home/user/u-boot.bin\0" \ - "fdtaddr=c00000\0" \ + "fdtaddr=0x1e00000\0" \ "osaddr=0x1000000\0" \ "loadaddr=0x1000000\0" \ "prog_uboot1="CONFIG_PROG_UBOOT1"\0" \ |