summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gumstix/console/uarts.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/arm/gumstix/console/uarts.c')
-rwxr-xr-xc/src/lib/libbsp/arm/gumstix/console/uarts.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/arm/gumstix/console/uarts.c b/c/src/lib/libbsp/arm/gumstix/console/uarts.c
index 8875ad419a..17765e0019 100755
--- a/c/src/lib/libbsp/arm/gumstix/console/uarts.c
+++ b/c/src/lib/libbsp/arm/gumstix/console/uarts.c
@@ -42,15 +42,15 @@ extern console_fns ffuart_fns;
*/
console_tbl Console_Configuration_Ports[] = {
{
- "/dev/console", /* sDeviceName */
+ "/dev/com0", /* sDeviceName */
SERIAL_CUSTOM, /* deviceType */
- &ffuart_fns, /* pDeviceFns */
+ &ffuart_fns, /* pDeviceFns */
NULL, /* deviceProbe */
NULL, /* pDeviceFlow */
0, /* ulMargin - NOT USED */
0, /* ulHysteresis - NOT USED */
NULL, /* pDeviceParams */
- FFUART_BASE, /* ulCtrlPort1 - Pointer to DBGU regs */
+ FFUART_BASE, /* ulCtrlPort1 - Pointer to DBGU regs */
0, /* ulCtrlPort2 - NOT USED */
0, /* ulDataPort - NOT USED */
NULL, /* getRegister - NOT USED */