diff options
Diffstat (limited to 'configs/wb50n_defconfig')
-rw-r--r-- | configs/wb50n_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/wb50n_defconfig b/configs/wb50n_defconfig index 86a8549406..1fcadc12df 100644 --- a/configs/wb50n_defconfig +++ b/configs/wb50n_defconfig @@ -7,11 +7,11 @@ CONFIG_SPL_GPIO_SUPPORT=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_ENV_OFFSET=0xA0000 +CONFIG_SPL_TEXT_BASE=0x300000 CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_NR_DRAM_BANKS=1 CONFIG_SPL=y CONFIG_ENV_OFFSET_REDUND=0xC0000 -CONFIG_SPL_TEXT_BASE=0x300000 CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="SAMA5D3,SYS_USE_NANDFLASH" CONFIG_BOOTDELAY=3 |