summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-03-29 20:12:22 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-04-01 00:59:47 +0900
commit15826e7e701baeeb404cabe4578dbd5aed21ea78 (patch)
treebad54ab57e235b2ac3b930db80b2d77e63b13642 /include
parent89d8769298e1aa490ee69fb3c7ca4bbbdeb97a2b (diff)
downloadtalos-obmc-uboot-15826e7e701baeeb404cabe4578dbd5aed21ea78.tar.gz
talos-obmc-uboot-15826e7e701baeeb404cabe4578dbd5aed21ea78.zip
ARM: uniphier: drop unneeded defines related to legacy serial driver
These defined were used for pre-DM ns16550 serial driver. They are unneeded because UniPhier SoCs now use DM serial. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/uniphier.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 059b034f9c..963f55b174 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -12,12 +12,6 @@
#define CONFIG_I2C_EEPROM
#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10
-#ifdef CONFIG_SYS_NS16550_SERIAL
-#define CONFIG_SYS_NS16550_COM1 CONFIG_SUPPORT_CARD_UART_BASE
-#define CONFIG_SYS_NS16550_CLK 12288000
-#define CONFIG_SYS_NS16550_REG_SIZE -2
-#endif
-
#define CONFIG_SMC911X
/* dummy: referenced by examples/standalone/smc911x_eeprom.c */
OpenPOWER on IntegriCloud