summaryrefslogtreecommitdiff
path: root/common/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/serial.c')
-rw-r--r--common/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/serial.c b/common/serial.c
index a69ac4d2120..89c7a0eb4a9 100644
--- a/common/serial.c
+++ b/common/serial.c
@@ -47,7 +47,7 @@ struct serial_device *__default_serial_console (void)
|| defined(CONFIG_MB86R0x) || defined(CONFIG_MPC5xxx) \
|| defined(CONFIG_MPC83xx) || defined(CONFIG_MPC85xx) \
|| defined(CONFIG_MPC86xx) || defined(CONFIG_SYS_SC520) \
- || defined(CONFIG_TEGRA2) || defined(CONFIG_SYS_COREBOOT)
+ || defined(CONFIG_TEGRA) || defined(CONFIG_SYS_COREBOOT)
#if defined(CONFIG_CONS_INDEX) && defined(CONFIG_SYS_NS16550_SERIAL)
#if (CONFIG_CONS_INDEX==1)
return &eserial1_device;