From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_Bie=DFmann?= Date: Mon, 02 Jul 2012 16:41:56 +0200 Subject: [U-Boot] [PATCH v7] AT91SAM9*: Change kernel address in dataflash to match u-boot's size In-Reply-To: <1341239218-6953-1-git-send-email-alexandre.belloni@piout.net> References: <1341239218-6953-1-git-send-email-alexandre.belloni@piout.net> Message-ID: <4FF1B334.5090107@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Alexandre Belloni, On 02.07.2012 16:26, Alexandre Belloni wrote: > On at91sam platforms, u-boot grew larger than the allocated size in > dataflash, the layout was: > bootstrap 0x00000000 > ubootenv 0x00004200 > uboot 0x00008400 > kernel 0x00042000 > fs 0x00252000 > > u-boot with the defconfig doesn't seem to fit in 0x42000 - 0x8400 = > 0x39C00 bytes anymore. > > Now, the layout is: > bootstrap 0x00000000 > ubootenv 0x00004200 > uboot 0x00008400 > kernel 0x00084000 > fs 0x00294000 > > Signed-off-by: Alexandre Belloni applied to u-boot-atmel/master, thanks! Best regards Andreas Bie?mann