From mboxrd@z Thu Jan 1 00:00:00 1970 From: Iain Paton Date: Mon, 09 Jun 2014 23:09:00 +0100 Subject: [U-Boot] [PATCH] embestmx6boards: convert to generic board Message-ID: <5396307C.10200@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable CONFIG_SYS_GENERIC_BOARD to remove warning on boot. Signed-off-by: Iain Paton --- 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 +#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