diff options
| author | Fabio Estevam <[email protected]> | 2014-06-09 13:35:35 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2014-06-17 16:35:53 +0200 |
| commit | fa4a7a4319f0b56e7fb4390d5f36a945c5cab5b9 (patch) | |
| tree | 3d8ece5cdd71ed2ce3326337d027adfed5917c2c /include | |
| parent | 4a4784e97422863389dba57e37cb0b262fafb001 (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 <[email protected]>
Tested-by: Iain Paton <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/embestmx6boards.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h index eb91c44e3ff..1d5fde67f2f 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) |
