From: Iain Paton Date: Mon, 9 Jun 2014 22:09:00 +0000 (+0100) Subject: embestmx6boards: convert to generic board X-Git-Tag: v2014.10-rc2~52^2~44 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6ed9c7bbba03c7bd66ec9846b1fcce13fd90a4d2;p=u-boot embestmx6boards: convert to generic board 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 f1000f37fa..a7fd43bc7b 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 "ttymxc1" #define CONFIG_MMCROOT "/dev/mmcblk1p2"