diff options
Diffstat (limited to 'configs/boston32r6_defconfig')
-rw-r--r-- | configs/boston32r6_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/boston32r6_defconfig b/configs/boston32r6_defconfig index 0fffc46ae61..f3e0908d5bf 100644 --- a/configs/boston32r6_defconfig +++ b/configs/boston32r6_defconfig @@ -16,6 +16,8 @@ CONFIG_SYS_PROMPT="boston # " # CONFIG_CMD_ELF is not set CONFIG_CMD_GREPENV=y CONFIG_CMD_MEMTEST=y +CONFIG_SYS_MEMTEST_START=0x80000000 +CONFIG_SYS_MEMTEST_END=0x90000000 # CONFIG_CMD_LOADB is not set # CONFIG_CMD_LOADS is not set CONFIG_CMD_PCI=y |