[U-Boot] [PATCH] embestmx6boards: convert to generic board
Iain Paton
ipaton0 at gmail.com
Tue Jun 10 00:09:00 CEST 2014
Enable CONFIG_SYS_GENERIC_BOARD to remove warning on boot.
Signed-off-by: Iain Paton <ipaton0 at gmail.com>
---
diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h
index fbf47a7..2d4332b 100644
--- a/include/configs/embestmx6boards.h
+++ b/include/configs/embestmx6boards.h
@@ -19,6 +19,8 @@
#include "mx6_common.h"
#include <linux/sizes.h>
+#define CONFIG_SYS_GENERIC_BOARD
+
#define CONFIG_MXC_UART_BASE UART2_BASE
#define CONFIG_CONSOLE_DEV "ttymxc0"
#define CONFIG_MMCROOT "/dev/mmcblk1p2"
--
1.8.5.1
More information about the U-Boot
mailing list