diff options
Diffstat (limited to 'configs/x530_defconfig')
-rw-r--r-- | configs/x530_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/x530_defconfig b/configs/x530_defconfig index 61f61e4a16..fa385fcb24 100644 --- a/configs/x530_defconfig +++ b/configs/x530_defconfig @@ -19,6 +19,8 @@ CONFIG_DEBUG_UART_CLOCK=250000000 CONFIG_SYS_LOAD_ADDR=0x1000000 CONFIG_ENV_ADDR=0x100000 CONFIG_DEBUG_UART=y +CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y +CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xff0000 CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_SILENT_CONSOLE=y |