diff mbox

[U-Boot] embestmx6boards: convert to generic board

Message ID 5396307C.10200@gmail.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Iain Paton June 9, 2014, 10:09 p.m. UTC
Enable CONFIG_SYS_GENERIC_BOARD to remove warning on boot.

Signed-off-by: Iain Paton <ipaton0@gmail.com>
---

Comments

Stefano Babic July 23, 2014, 10:35 a.m. UTC | #1
Hi Iain,

On 10/06/2014 00:09, Iain Paton wrote:
> Enable CONFIG_SYS_GENERIC_BOARD to remove warning on boot.
> 
> Signed-off-by: Iain Paton <ipaton0@gmail.com>
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

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"