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 | |
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')
-rw-r--r-- | include/configs/mx6qarm2.h | 1 | ||||
-rw-r--r-- | include/configs/mx6sabre_common.h | 1 | ||||
-rw-r--r-- | include/configs/mx6slevk.h | 1 | ||||
-rw-r--r-- | include/configs/mx6sx_arm2.h | 1 | ||||
-rw-r--r-- | include/configs/mx6sxsabresd.h | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index 27e9ad0..eea6293 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -174,6 +174,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 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 diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index f46fca8..295ac2a 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -196,6 +196,7 @@ #define CONFIG_SYS_MAXARGS 16 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE +#define CONFIG_CMD_MEMTEST #define CONFIG_SYS_MEMTEST_START 0x80000000 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + SZ_512M) diff --git a/include/configs/mx6sx_arm2.h b/include/configs/mx6sx_arm2.h index 6a7b7bc..71446e2 100644 --- a/include/configs/mx6sx_arm2.h +++ b/include/configs/mx6sx_arm2.h @@ -272,6 +272,7 @@ #define CONFIG_SYS_MAXARGS 256 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE +#define CONFIG_CMD_MEMTEST #define CONFIG_SYS_MEMTEST_START 0x80000000 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x10000) diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h index 38a2c22..1799d42 100644 --- a/include/configs/mx6sxsabresd.h +++ b/include/configs/mx6sxsabresd.h @@ -260,6 +260,7 @@ #define CONFIG_SYS_MAXARGS 256 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE +#define CONFIG_CMD_MEMTEST #define CONFIG_SYS_MEMTEST_START 0x80000000 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x10000) |