diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 3cb71f1c36..9ea6ef3511 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -30,6 +30,12 @@ #include +/* 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 */ #define CONFIG_DISPLAY_CPUINFO