[[PATCH] powerpc/85xx: Increase fdt address] On 19/07/2016 (Tue 17:52) Scott 
Wood wrote:

> 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 <o...@buserror.net>
> Cc: Peter Tyser <pty...@xes-inc.com>
> Cc: Dirk Eibach <eib...@gdsys.de>
> Cc: Andy Fleming <aflem...@gmail.com>
> Cc: Paul Gortmaker <paul.gortma...@windriver.com>
> ---

[...]

diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h
> index bbd1a63..74f219f 100644
> --- a/include/configs/sbc8548.h
> +++ b/include/configs/sbc8548.h
> @@ -596,7 +596,7 @@
>  "consoledev=ttyS0\0"                         \
>  "ramdiskaddr=2000000\0"                      \
>  "ramdiskfile=uRamdisk\0"                     \
> -"fdtaddr=c00000\0"                           \
> +"fdtaddr=1e00000\0"                          \

Pretty sure it was common to have to bump the "c" to an "e" now and
again, so "1e" sounds like a better long term solution.  For sbc,

Acked-by: Paul Gortmaker <paul.gortma...@windriver.com>

Thanks,
Paul.
--

>  "fdtfile=sbc8548.dtb\0"
>  
>  #define CONFIG_NFSBOOTCOMMAND                                                
> \
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to