mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
OMAP3: omap3_logic: Grow SPL to 64K from 54K
Based on the work done by Overo, this seems to help some compilers that have a hard time fitting all the code into the allocated space. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
45776e36ec
commit
f92dfc87c5
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@
|
||||||
|
|
||||||
#include <configs/ti_omap3_common.h>
|
#include <configs/ti_omap3_common.h>
|
||||||
|
|
||||||
|
/* Override default SPL info to minimize empty space and allow BCH8 in SPL */
|
||||||
|
#undef CONFIG_SPL_TEXT_BASE
|
||||||
|
#undef CONFIG_SPL_MAX_SIZE
|
||||||
|
#define CONFIG_SPL_TEXT_BASE 0x40200000
|
||||||
|
#define CONFIG_SPL_MAX_SIZE (64 * 1024)
|
||||||
|
|
||||||
/* Display CPU and Board information */
|
/* Display CPU and Board information */
|
||||||
|
|
||||||
#define CONFIG_DISPLAY_CPUINFO
|
#define CONFIG_DISPLAY_CPUINFO
|
||||||
|
|
Loading…
Add table
Reference in a new issue