summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-11-29 17:30:45 -0800
committerGerrit <chrome-bot@google.com>2011-12-07 16:16:55 -0800
commit82864497c4f5e51d2fc9c86c7a40170ae3e5a783 (patch)
treed57eb397777acee48e1bc3cda92067c83f0bd1d4 /include
parent1cd83a4f537bae896e556c917d72116ed545bbf1 (diff)
tegra: config: Remove unused CONFIG items
We don't need the default serial clock now, since we try with both options. BUG=chromium-os:23496 TEST=build and boot on Seaboard, T33, Kaen Change-Id: I68a80174e10b299c46742d36291d839ea9fa6d7c Reviewed-on: https://gerrit.chromium.org/gerrit/12249 Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org> Commit-Ready: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tegra-common.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index cbf157ca89..49966095e2 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -89,8 +89,7 @@
#define CONFIG_SYS_NS16550
#define CONFIG_SYS_NS16550_REG_SIZE (-4)
-/* Default serial clock and multiplier */
-#define CONFIG_DEFAULT_NS16550_CLK 216000000 /* 216MHz */
+/* Default serial multiplier */
#define CONFIG_DEFAULT_NS16550_MULT 16
#ifdef CONFIG_OF_CONTROL
@@ -98,7 +97,7 @@
#else
#define CONFIG_SYS_NS16550_SERIAL
-#define CONFIG_SYS_NS16550_CLK CONFIG_DEFAULT_NS16550_CLK
+#define CONFIG_SYS_NS16550_CLK 216000000
/*
* select serial console configuration