]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
imx: mx6slevk: Change to use generic board
authorYe.Li <B37916@freescale.com>
Tue, 9 Sep 2014 06:51:58 +0000 (14:51 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 12 Sep 2014 14:02:41 +0000 (11:02 -0300)
Enable CONFIG_SYS_GENERIC_BOARD for imx6slevk to use generic board.

Signed-off-by: Ye.Li <B37916@freescale.com>
include/configs/mx6slevk.h

index 8e3cc02d8fed184b497062af41cd42aa19c4ec6a..59caf0b72fdab8c388fb843d2eeaca28acb2f9e8 100644 (file)
@@ -26,6 +26,8 @@
 #define CONFIG_INITRD_TAG
 #define CONFIG_REVISION_TAG
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN          (3 * SZ_1M)