[U-Boot] [PATCH 25/32] nitrogen6x: config: add CONFIG_CMD_MEMTEST

Eric Nelson eric.nelson at boundarydevices.com
Thu Oct 2 21:16:46 CEST 2014


Enable the 'mtest' command on Nitrogen6x and SABRE Lite boards.

Signed-off-by: Eric Nelson <eric.nelson at boundarydevices.com>
---
 include/configs/nitrogen6x.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index d505191..82dc0fc 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -382,6 +382,7 @@
 #define CONFIG_CMD_BMP
 
 #define CONFIG_CMD_TIME
+#define CONFIG_CMD_MEMTEST
 #define CONFIG_SYS_ALT_MEMTEST
 
 #define CONFIG_CMD_BOOTZ
-- 
1.9.1



More information about the U-Boot mailing list