From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Gortmaker Date: Tue, 19 Jul 2016 20:20:43 -0400 Subject: [U-Boot] [PATCH] powerpc/85xx: Increase fdt address In-Reply-To: <1468968726-18056-1-git-send-email-oss@buserror.net> References: <1468968726-18056-1-git-send-email-oss@buserror.net> Message-ID: <20160720002043.GQ21225@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de [[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 > Cc: Peter Tyser > Cc: Dirk Eibach > Cc: Andy Fleming > Cc: Paul Gortmaker > --- [...] 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 Thanks, Paul. -- > "fdtfile=sbc8548.dtb\0" > > #define CONFIG_NFSBOOTCOMMAND \