From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Yanok Date: Wed, 14 Dec 2011 20:09:04 +0400 Subject: [U-Boot] [PATCH V4 2/2] mcx: support for HTKW mcx board In-Reply-To: References: <1323731713-5460-1-git-send-email-yanok@emcraft.com> <1323731713-5460-3-git-send-email-yanok@emcraft.com> <4EE7A3BC.2040304@emcraft.com> <4EE7AB0B.4010006@emcraft.com> <4EE7E88C.9030404@emcraft.com> Message-ID: <4EE8CA20.7080401@emcraft.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On 14.12.2011 06:48, Tom Rini wrote: >> Probably I just didn't want to change TEXT_BASE... Ah, now I recall. >> I tried to make SPL working without breaking the board, so I loaded SPL >> to SRAM with BDI and tried to make it work with the u-boot.bin I had in >> NAND. That's why I had to preserve TEXT_BASE and move BSS instead. >> So that seems unrelated to the problem you observe on devkit8000... > > Ah-ha! Whenever I hit that point I always went "oh, right, I forgot > to adjust CONFIG_SYS_TEXT_BASE" :) So, would you mind either adding a > comment that says in effect what you've got here "Keep at ... so that > we can still be loaded by non-SPL loaders" or whack everything around > and match the am3517 crane/evm and the omap3 boards? Thanks! Ok, I put a comment about TEXT_BASE and SPL_{MALLOC,BSS}. Regards, Ilya.