summaryrefslogtreecommitdiff
path: root/include/configs/omap3_pandora.h
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-11-19 13:48:12 (GMT)
committerTom Rini <trini@konsulko.com>2015-11-22 02:50:17 (GMT)
commitc7b9686d5d482c8e952598841ea467e6ec0ec0de (patch)
treea0f8c9b0243f887c8f65f769c13ecada6bf280cc /include/configs/omap3_pandora.h
parent1874626b2b7f7d44187e72c8e285dd348285743d (diff)
downloadu-boot-c7b9686d5d482c8e952598841ea467e6ec0ec0de.tar.xz
ns16550: unify serial_omap
Unify serial_omap, and use the generic binding. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/omap3_pandora.h')
-rw-r--r--include/configs/omap3_pandora.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h
index 4e93705..c15c699 100644
--- a/include/configs/omap3_pandora.h
+++ b/include/configs/omap3_pandora.h
@@ -49,7 +49,8 @@
/*
* NS16550 Configuration
*/
-#undef CONFIG_OMAP_SERIAL
+#undef CONFIG_NS16550_SERIAL
+#undef CONFIG_SYS_NS16550_CLK
#define CONFIG_SYS_NS16550_SERIAL
#define CONFIG_SYS_NS16550_REG_SIZE (-4)
#define CONFIG_SYS_NS16550_CLK V_NS16550_CLK