
I am hoping to look at this tomorrow at work. Any suggested toolchain you recommend? On Apr 28, 2016 5:45 PM, "Tom Rini" trini@konsulko.com wrote:
On Wed, Apr 27, 2016 at 06:46:36PM -0400, Tom Rini wrote:
While the OMAP3 has 64KiB of SRAM, per the TRM the download area is only from 0x40200000 to 0x4020F000 and exceeding that will cause failure to boot. Further, we need to make sure that we don't run into SRAM_SCRATCH_SPACE_ADDR as once SPL is running we will write values there and would corrupt our running image.
Cc: Adam Ford aford173@gmail.com Cc: Steve Sakoman sakoman@gmail.com Signed-off-by: Tom Rini trini@konsulko.com
First, this will break linking SPL on some toolchains. However, I am confident that in those cases the binary would not work or not be reliable. I will be fixing this properly in the next release for all toolchains. Applied to u-boot/master, thanks!
-- Tom