summaryrefslogtreecommitdiffstats
path: root/include/configs/embestmx6boards.h
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2015-05-22 17:30:46 +0100
committerStefano Babic <sbabic@denx.de>2015-05-26 15:58:55 +0200
commit3b1f681131149b5f62602f582a7e60b0185a2a49 (patch)
tree4144d2351d688163a09870b2313076f41690a503 /include/configs/embestmx6boards.h
parent056845c23522222613660c6af567049479367906 (diff)
downloadtalos-obmc-uboot-3b1f681131149b5f62602f582a7e60b0185a2a49.tar.gz
talos-obmc-uboot-3b1f681131149b5f62602f582a7e60b0185a2a49.zip
imx6: move generic imx6 options to mx6_common.h
All boards define CONFIG_MX6, CONFIG_DISPLAY_BOARDINFO, CONFIG_DISPLAY_CPUINFO and CONFIG_SYS_GENERIC_BOARD so define them in mx6_common Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Tom Rini <trini at konsulko.com>
Diffstat (limited to 'include/configs/embestmx6boards.h')
-rw-r--r--include/configs/embestmx6boards.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h
index b3ebb84261..a033a63015 100644
--- a/include/configs/embestmx6boards.h
+++ b/include/configs/embestmx6boards.h
@@ -15,19 +15,12 @@
#include "mx6_common.h"
-#define CONFIG_SYS_GENERIC_BOARD
-
#define CONFIG_MXC_UART_BASE UART2_BASE
#define CONFIG_CONSOLE_DEV "ttymxc1"
#define CONFIG_MMCROOT "/dev/mmcblk1p2"
#define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024)
-#define CONFIG_MX6
-
-#define CONFIG_DISPLAY_CPUINFO
-#define CONFIG_DISPLAY_BOARDINFO
-
#define CONFIG_CMDLINE_TAG
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_INITRD_TAG
OpenPOWER on IntegriCloud