From 75b5a7d5931064386ae38ce74a34eb6e368666a5 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Mon, 14 Mar 2016 22:36:25 +0800 Subject: 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 --- include/configs/mx6qarm2.h | 1 + include/configs/mx6sabre_common.h | 1 + include/configs/mx6slevk.h | 1 + include/configs/mx6sxsabreauto.h | 1 + include/configs/mx6sxsabresd.h | 1 + 5 files changed, 5 insertions(+) (limited to 'include') 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) -- cgit v1.1