summaryrefslogtreecommitdiff
path: root/include/configs/tegra-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/tegra-common.h')
-rw-r--r--include/configs/tegra-common.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index fcd390772f..e5dd3e3c46 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -21,9 +21,6 @@
#define CONFIG_DM
#define CONFIG_CMD_DM
#define CONFIG_DM_GPIO
-#ifndef CONFIG_SPL_BUILD
-#define CONFIG_DM_SERIAL
-#endif
#define CONFIG_SYS_TIMER_RATE 1000000
#define CONFIG_SYS_TIMER_COUNTER NV_PA_TMRUS_BASE
@@ -53,14 +50,10 @@
/*
* NS16550 Configuration
*/
-#ifdef CONFIG_SPL_BUILD
+#define CONFIG_SYS_NS16550
#define CONFIG_SYS_NS16550_SERIAL
#define CONFIG_SYS_NS16550_REG_SIZE (-4)
#define CONFIG_SYS_NS16550_CLK V_NS16550_CLK
-#else
-#define CONFIG_TEGRA_SERIAL
-#endif
-#define CONFIG_SYS_NS16550
/*
* Common HW configuration.