diff options
author | Ye.Li <B37916@freescale.com> | 2014-07-03 16:49:31 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-07-04 10:16:12 +0800 |
commit | f93855c6b64dd796809f766199462830ceb86f7c (patch) | |
tree | a6ddd1c0434c04be391599af34cb24125d84de9c /include | |
parent | db5a2a8658a2bf9f8aff74b41b2b5d98cf6d226f (diff) | |
download | u-boot-imx-f93855c6b64dd796809f766199462830ceb86f7c.zip u-boot-imx-f93855c6b64dd796809f766199462830ceb86f7c.tar.gz u-boot-imx-f93855c6b64dd796809f766199462830ceb86f7c.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>
(cherry picked from commit 55460c9192c98c8ce90655db7d16c155af8bb354)
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) |