From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sat, 18 Feb 2012 17:21:46 +0100 Subject: [U-Boot] [PATCH v2] Change kernel address in dataflash to match u-boot's size In-Reply-To: <4F3FC018.10308@aribaud.net> References: <1327873072-11844-1-git-send-email-alexandre.belloni@piout.net> <4F3FC018.10308@aribaud.net> Message-ID: <4F3FD01A.5080101@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 again Alexandre, Le 18/02/2012 16:13, Albert ARIBAUD a ?crit : > Le 29/01/2012 22:37, 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 > > Please prefix patch title/summary with "at91:" or better yet, with the > involved boards' names. Also, doesn't this overallocate for U-Boot and seriously reduce the space available for Linux in Flash? Amicalement, -- Albert.