diff options
Diffstat (limited to 'configs/boston64r2_defconfig')
-rw-r--r-- | configs/boston64r2_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/boston64r2_defconfig b/configs/boston64r2_defconfig index 46e78c7fef2..8ba301f6bdb 100644 --- a/configs/boston64r2_defconfig +++ b/configs/boston64r2_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 |