summaryrefslogtreecommitdiff
path: root/include/configs/embestmx6boards.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-06-09 13:35:35 -0300
committerStefano Babic <sbabic@denx.de>2014-06-17 16:35:53 +0200
commitfa4a7a4319f0b56e7fb4390d5f36a945c5cab5b9 (patch)
tree3d8ece5cdd71ed2ce3326337d027adfed5917c2c /include/configs/embestmx6boards.h
parent4a4784e97422863389dba57e37cb0b262fafb001 (diff)
embestmx6boards: Fix CONFIG_CONSOLE_DEV
mars and riot boards use UART2 as console, so CONFIG_CONSOLE_DEV should point to 'ttymxc1' instead. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Tested-by: Iain Paton <ipaton0@gmail.com>
Diffstat (limited to 'include/configs/embestmx6boards.h')
-rw-r--r--include/configs/embestmx6boards.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h
index eb91c44e3f..1d5fde67f2 100644
--- a/include/configs/embestmx6boards.h
+++ b/include/configs/embestmx6boards.h
@@ -20,7 +20,7 @@
#include <linux/sizes.h>
#define CONFIG_MXC_UART_BASE UART2_BASE
-#define CONFIG_CONSOLE_DEV "ttymxc0"
+#define CONFIG_CONSOLE_DEV "ttymxc1"
#define CONFIG_MMCROOT "/dev/mmcblk1p2"
#define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024)