diff options
author | Ye.Li <B37916@freescale.com> | 2014-07-03 16:49:31 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-07-03 16:49:31 +0800 |
commit | 55460c9192c98c8ce90655db7d16c155af8bb354 (patch) | |
tree | 27aa040aa2406c0a23805d6d0f0037bd19e2effd /include/configs/mx6sabre_common.h | |
parent | 875410fa2ddc8f8d2317c597db167a6a9b1b8a1f (diff) | |
download | u-boot-imx-55460c9192c98c8ce90655db7d16c155af8bb354.zip u-boot-imx-55460c9192c98c8ce90655db7d16c155af8bb354.tar.gz u-boot-imx-55460c9192c98c8ce90655db7d16c155af8bb354.tar.bz2 |
ENGR00321077 iMX6: Enable the mtest command for DDR test
The mtest is no longer default in v2014.
To test the DDR, enable this command for each iMX6 board.
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs/mx6sabre_common.h')
-rw-r--r-- | include/configs/mx6sabre_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index 9962e3d..ba49884 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -258,6 +258,7 @@ #define CONFIG_SYS_MAXARGS 16 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE +#define CONFIG_CMD_MEMTEST #define CONFIG_SYS_MEMTEST_START 0x10000000 #define CONFIG_SYS_MEMTEST_END 0x10010000 #define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000 |