diff options
author | Ye Li <ye.li@nxp.com> | 2016-03-14 22:36:25 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 16:09:11 +0800 |
commit | 75b5a7d5931064386ae38ce74a34eb6e368666a5 (patch) | |
tree | 8c1315a33976ce8beb44f080963b99e38d107011 /include | |
parent | 9694597f67fda5a61e1baa3a2631d018aeaccce4 (diff) | |
download | u-boot-imx-75b5a7d5931064386ae38ce74a34eb6e368666a5.zip u-boot-imx-75b5a7d5931064386ae38ce74a34eb6e368666a5.tar.gz u-boot-imx-75b5a7d5931064386ae38ce74a34eb6e368666a5.tar.bz2 |
MLK-12559 mx6: Enable memory test command
Set the CONFIG_CMD_MEMTEST on all mx6 platforms for enabling the u-boot
memory test.
Signed-off-by: Ye Li <ye.li@nxp.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/mx6sxsabreauto.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 5851cb9..f73797b 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -125,6 +125,7 @@ #define CONFIG_ARP_TIMEOUT 200UL /* Miscellaneous configurable options */ +#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 4de6829..0794de3 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -250,6 +250,7 @@ #define CONFIG_ARP_TIMEOUT 200UL +#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 37f491e..52322bf 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -165,6 +165,7 @@ "else run netboot; fi" /* Miscellaneous configurable options */ +#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/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h index d0f1751..a2c83b3 100644 --- a/include/configs/mx6sxsabreauto.h +++ b/include/configs/mx6sxsabreauto.h @@ -169,6 +169,7 @@ #endif /* Miscellaneous configurable options */ +#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 21d74d7..9ed7abb 100644 --- a/include/configs/mx6sxsabresd.h +++ b/include/configs/mx6sxsabresd.h @@ -155,6 +155,7 @@ "else run netboot; fi" /* Miscellaneous configurable options */ +#define CONFIG_CMD_MEMTEST #define CONFIG_SYS_MEMTEST_START 0x80000000 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x10000) |