]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: uniphier: drop unneeded defines related to legacy serial driver
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 29 Mar 2016 11:12:22 +0000 (20:12 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 31 Mar 2016 15:59:47 +0000 (00:59 +0900)
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>
include/configs/uniphier.h

index 059b034f9c4102a6dd5a802f29862c220ec6e319..963f55b174c4e06a0076c763bfdba2eda9d5972d 100644 (file)
 #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 */