hancock: select console 3 (UART2)
This commit is contained in:
parent
3f5bee91bb
commit
3df43b3f07
|
|
@ -15,7 +15,7 @@ config SYS_CONFIG_NAME
|
||||||
config CONS_INDEX
|
config CONS_INDEX
|
||||||
int "UART used for console"
|
int "UART used for console"
|
||||||
range 1 6
|
range 1 6
|
||||||
default 1
|
default 3
|
||||||
help
|
help
|
||||||
The AM335x SoC has a total of 6 UARTs (UART0 to UART5 as referenced
|
The AM335x SoC has a total of 6 UARTs (UART0 to UART5 as referenced
|
||||||
in documentation, etc) available to it. Depending on your specific
|
in documentation, etc) available to it. Depending on your specific
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue