summaryrefslogtreecommitdiff
path: root/include/configs/tegra-common.h
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-10-21 16:50:03 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-04-15 13:46:28 +0200
commit4b97c4173ef96cfa4eb3ba4ea9121320efa90091 (patch)
treec63922bde0745053cffc4d52a0e9a90c1f38bee9 /include/configs/tegra-common.h
parent2d8ea651b6da79047b6fa729863d25b5eb9e15d7 (diff)
Revert "dm: tegra: Enable driver model for serial"
Migrating our BSPs towards mainline U-Boot I noticed it suddenly booting slower. With mainline Linux I noticed about a 1 to 2 second increase while booting downstream L4T takes 10 to 15 seconds longer! This reverts commit 858530a8c0a7ce7e573e513934804a00d6676813. Conflicts: drivers/serial/Makefile (cherry picked from commit 752aae30a791326581efafbb761c0cebaba8d3ea) Conflicts: drivers/serial/serial_tegra.c include/configs/tegra-common.h
Diffstat (limited to 'include/configs/tegra-common.h')
-rw-r--r--include/configs/tegra-common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index 2cf1f68404..530cba6be0 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -48,8 +48,10 @@
/*
* NS16550 Configuration
*/
-#define CONFIG_TEGRA_SERIAL
#define CONFIG_SYS_NS16550
+#define CONFIG_SYS_NS16550_SERIAL
+#define CONFIG_SYS_NS16550_REG_SIZE (-4)
+#define CONFIG_SYS_NS16550_CLK V_NS16550_CLK
/*
* Common HW configuration.