diff options
Diffstat (limited to 'include/configs/omap3_evm_common.h')
| -rw-r--r-- | include/configs/omap3_evm_common.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h index d9578f47b..2ef3aaa18 100644 --- a/include/configs/omap3_evm_common.h +++ b/include/configs/omap3_evm_common.h @@ -273,6 +273,7 @@  /* Defines for SPL */  #define CONFIG_SPL +#define CONFIG_SPL_FRAMEWORK  #define CONFIG_SPL_TEXT_BASE		0x40200800  #define CONFIG_SPL_MAX_SIZE		(54 * 1024)	/* 8 KB for stack */  #define CONFIG_SPL_STACK		LOW_LEVEL_SRAM_STACK |