summaryrefslogtreecommitdiff
path: root/include/configs/tegra-common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-03 15:02:59 (GMT)
committerTom Rini <trini@konsulko.com>2015-03-04 19:55:04 (GMT)
commitbdfb34167f73afc7e04d52499fc14bc1cd33fec0 (patch)
tree34c57b1a3fd77b12f7488fa78a9195b1f960d648 /include/configs/tegra-common.h
parentfc8fdc76e72e4ea57a7257e7054ca1a3b0966d34 (diff)
downloadu-boot-bdfb34167f73afc7e04d52499fc14bc1cd33fec0.tar.xz
dm: tegra: Enable driver model in SPL and adjust the GPIO driver
Use the full driver model GPIO and serial drivers in SPL now that these are supported. Since device tree is not available they will use platform data. Remove the special SPL GPIO function as it is no longer needed. This is all in one commit to maintain bisectability. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/tegra-common.h')
-rw-r--r--include/configs/tegra-common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index 005fc6a..fa6ccc1 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -43,13 +43,7 @@
/*
* NS16550 Configuration
*/
-#ifdef CONFIG_SPL_BUILD
-#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
/*