diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2019-01-09 11:22:40 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2019-01-25 08:38:18 +0300 |
commit | 31e00acdc7e781d1cc681e25aae7485c34762672 (patch) | |
tree | 110ceb455acb67286199cf30e086079a413435a4 /include/configs/axs10x.h | |
parent | ce0d1e48165fdd3bde4bb431f1d2e100b1617a6e (diff) | |
download | u-boot-31e00acdc7e781d1cc681e25aae7485c34762672.tar.gz |
serial: Get rid of CONFIG_DW_SERIAL
CONFIG_DW_SERIAL is no longer used anywhere so let's forget about it.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: Adam Ford <aford173@gmail.com>
Cc: Mario Six <mario.six@gdsys.cc>
Cc: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Cc: Alex Kiernan <alex.kiernan@gmail.com>
Cc: "Jorg Krause" <joerg.krause@embedded.rocks>
Cc: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/axs10x.h')
-rw-r--r-- | include/configs/axs10x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h index bd1c9025c6..1224815a92 100644 --- a/include/configs/axs10x.h +++ b/include/configs/axs10x.h @@ -45,7 +45,6 @@ /* * UART configuration */ -#define CONFIG_DW_SERIAL #define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_CLK 33333333 #define CONFIG_SYS_NS16550_MEM32 |