diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mxs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mxs.h b/include/configs/mxs.h index f07f81c841..0fe0770e13 100644 --- a/include/configs/mxs.h +++ b/include/configs/mxs.h @@ -44,8 +44,10 @@ /* Startup hooks */ /* SPL */ +#ifndef CONFIG_SPL_FRAMEWORK #define CONFIG_SPL_NO_CPU_SUPPORT_CODE #define CONFIG_SPL_START_S_PATH "arch/arm/cpu/arm926ejs/mxs" +#endif /* Memory sizes */ #define CONFIG_SYS_MALLOC_LEN 0x00400000 /* 4 MB for malloc */ |