diff options
Diffstat (limited to 'include/configs/omap4_common.h')
| -rw-r--r-- | include/configs/omap4_common.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index ee0c4b9d9..cbc9bdb40 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -232,9 +232,11 @@  /* Defines for SPL */  #define CONFIG_SPL +#define CONFIG_SPL_FRAMEWORK  #define CONFIG_SPL_TEXT_BASE		0x40304350  #define CONFIG_SPL_MAX_SIZE		(38 * 1024)  #define CONFIG_SPL_STACK		CONFIG_SYS_INIT_SP_ADDR +#define CONFIG_SPL_DISPLAY_PRINT  /*   * 64 bytes before this address should be set aside for u-boot.img's |