From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 20 Feb 2012 14:00:50 +0100 Subject: [U-Boot] [PATCH] AT91SAM9*: Change kernel address in dataflash to match u-boot's size In-Reply-To: <1329742136-2083-1-git-send-email-alexandre.belloni@piout.net> References: <4F4224A2.5060202@aribaud.net> <1329742136-2083-1-git-send-email-alexandre.belloni@piout.net> Message-ID: <4F424402.104@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Alexandre, Le 20/02/2012 13:48, Alexandre Belloni a ?crit : > On at91sam platforms, u-boot grew larger than the allocated size in > dataflash, the layout was: > bootstrap 0x00000000 > ubootenv 0x00004200 > uboot 0x00008400 > kernel 0x00042000 > > u-boot with the defconfig doesn't seem to fit in 0x42000 - 0x8400 = > 0x39C00 bytes anymore. > > Now, the layout is: > bootstrap 0x00000000 > uboot 0x00004000 > ubootenv 0x00084000 > ubootenv2 0x00088000 > kernel 0x0008C000 > > Signed-off-by: Alexandre Belloni > --- As this follows a V2 patch, you should post as V3 and with patch history (diffs from V3 to V2 and from V2 to V1) inserted here. > include/configs/at91sam9260ek.h | 18 ++++++++++++------ > include/configs/at91sam9261ek.h | 18 ++++++++++++------ > include/configs/at91sam9263ek.h | 10 +++++++--- > include/configs/at91sam9rlek.h | 10 +++++++--- > 4 files changed, 38 insertions(+), 18 deletions(-) Amicalement, -- Albert.