From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Mon, 16 Nov 2015 11:58:59 +0100 Subject: [U-Boot] [PATCH 05/17] km/powerpc: increase space for kernel imange and FDT blob In-Reply-To: <1447426768-23226-6-git-send-email-valentin.longchamp@keymile.com> References: <1447426768-23226-1-git-send-email-valentin.longchamp@keymile.com> <1447426768-23226-6-git-send-email-valentin.longchamp@keymile.com> Message-ID: <5649B6F3.5090004@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Valentin, Am 13.11.2015 um 15:59 schrieb Valentin Longchamp: > From: Holger Brunck > > 128kByte and 3,986MB may be in the future too little for kernel the fdt > blob respectively the kernel image. So increase the reserved areas here, > we have the space for this. > > Signed-off-by: Holger Brunck > Signed-off-by: Valentin Longchamp > --- > > include/configs/km/km-powerpc.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Heiko Schocher bye, Heiko > > diff --git a/include/configs/km/km-powerpc.h b/include/configs/km/km-powerpc.h > index eb85a74..8121e5c 100644 > --- a/include/configs/km/km-powerpc.h > +++ b/include/configs/km/km-powerpc.h > @@ -63,9 +63,9 @@ > * is not valid yet, which is the case for when u-boot copies itself to RAM */ > #define CONFIG_PRAM ((CONFIG_KM_PNVRAM + CONFIG_KM_PHRAM)>>10) > > -#define CONFIG_KM_CRAMFS_ADDR 0x800000 > -#define CONFIG_KM_KERNEL_ADDR 0x400000 /* 3968Kbytes */ > -#define CONFIG_KM_FDT_ADDR 0x7E0000 /* 128Kbytes */ > +#define CONFIG_KM_CRAMFS_ADDR 0xC00000 > +#define CONFIG_KM_KERNEL_ADDR 0x400000 /* 7680Kbytes */ > +#define CONFIG_KM_FDT_ADDR 0xB80000 /* 512Kbytes */ > > /* architecture specific default bootargs */ > #define CONFIG_KM_DEF_BOOT_ARGS_CPU "" > -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany