commit | 2489a7e9f3055da15a8a8a0e54babf29ff5f6f14 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Apr 27 18:44:32 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 27 18:44:32 2016 -0400 |
tree | 25c01c15f5d9501e089dfad114f4dccca7866578 | |
parent | e25b369c048b51b1feb79587750e7e160fc0bd73 [diff] |
omap3: Reduce logic/overo SPL max image size 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>