diff options
Diffstat (limited to 'configs/boston64r6el_defconfig')
-rw-r--r-- | configs/boston64r6el_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/boston64r6el_defconfig b/configs/boston64r6el_defconfig index 354ae8e53bd..030d708e559 100644 --- a/configs/boston64r6el_defconfig +++ b/configs/boston64r6el_defconfig @@ -17,6 +17,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 |