diff options
author | Iain Paton <ipaton0@gmail.com> | 2014-06-09 23:09:00 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-07-23 12:25:40 +0200 |
commit | 6ed9c7bbba03c7bd66ec9846b1fcce13fd90a4d2 (patch) | |
tree | b1e03eccc24477c87af0fd381c4532d25ec12a77 /include/configs/embestmx6boards.h | |
parent | dab5e3469d294a4e1ffed8407d296a78e02cc01f (diff) | |
download | u-boot-imx-6ed9c7bbba03c7bd66ec9846b1fcce13fd90a4d2.zip u-boot-imx-6ed9c7bbba03c7bd66ec9846b1fcce13fd90a4d2.tar.gz u-boot-imx-6ed9c7bbba03c7bd66ec9846b1fcce13fd90a4d2.tar.bz2 |
embestmx6boards: convert to generic board
Enable CONFIG_SYS_GENERIC_BOARD to remove warning on boot.
Signed-off-by: Iain Paton <ipaton0@gmail.com>
Diffstat (limited to 'include/configs/embestmx6boards.h')
-rw-r--r-- | include/configs/embestmx6boards.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h index f1000f3..a7fd43b 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 "ttymxc1" #define CONFIG_MMCROOT "/dev/mmcblk1p2" |