diff options
Diffstat (limited to 'configs/wb45n_defconfig')
-rw-r--r-- | configs/wb45n_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/wb45n_defconfig b/configs/wb45n_defconfig index fbb039dec9..d2de463aaa 100644 --- a/configs/wb45n_defconfig +++ b/configs/wb45n_defconfig @@ -20,6 +20,8 @@ CONFIG_SPL_NAND_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y CONFIG_CMD_MEMTEST=y +CONFIG_SYS_MEMTEST_START=0x20000000 +CONFIG_SYS_MEMTEST_END=0x23e00000 # CONFIG_CMD_FLASH is not set # CONFIG_CMD_LOADS is not set CONFIG_CMD_NAND=y |