Skip to content
Snippets Groups Projects
Commit fe98fe7a authored by Nicola Sparnacci's avatar Nicola Sparnacci
Browse files

[SANTINO] Configure default console interface

Switched to ttymxc0 due to kernel device tree. In the kernel device tree
the UART2 is aliased as serial0.
parent bb35583e
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
|____________________________________________________________________________| |____________________________________________________________________________|
*/ */
#define CONFIG_MXC_UART_BASE UART2_BASE #define CONFIG_MXC_UART_BASE UART2_BASE
#define ENV_CONSOLE_DEV "ttymxc1" #define ENV_CONSOLE_DEV "ttymxc0"
/* ____________________________________________________________________________ /* ____________________________________________________________________________
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment