Message ID | 1459249942-27569-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | 15826e7e701baeeb404cabe4578dbd5aed21ea78 |
Headers | show |
2016-03-29 20:12 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>: > 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> Applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 059b034..963f55b 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 */
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 | 6 ------ 1 file changed, 6 deletions(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot