diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx51evk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index b4e5738..aed9625 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -203,6 +203,8 @@ #define CONFIG_SYS_INIT_RAM_ADDR (IRAM_BASE_ADDR) #define CONFIG_SYS_INIT_RAM_SIZE (IRAM_SIZE) +#define CONFIG_BOARD_EARLY_INIT_F + #define CONFIG_SYS_INIT_SP_OFFSET \ (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) #define CONFIG_SYS_INIT_SP_ADDR \ |