[U-Boot] [PATCH] serial: Get rid of CONFIG_DW_SERIAL

Alexey Brodkin alexey.brodkin at synopsys.com
Wed Jan 9 08:28:06 UTC 2019


CONFIG_DW_SERIAL is no longer used anywhere so let's forget about it.

Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
Cc: Tom Rini <trini at konsulko.com>
Cc: Adam Ford <aford173 at gmail.com>
Cc: Mario Six <mario.six at gdsys.cc>
Cc: Tuomas Tynkkynen <tuomas.tynkkynen at iki.fi>
Cc: Alex Kiernan <alex.kiernan at gmail.com>
Cc: Simon Glass <sjg at chromium.org>
Cc: "Jörg Krause" <joerg.krause at embedded.rocks>
Cc: Stephen Warren <swarren at nvidia.com>
---
 include/configs/axs10x.h     | 1 -
 include/configs/hsdk.h       | 1 -
 scripts/config_whitelist.txt | 1 -
 3 files changed, 3 deletions(-)

diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h
index 1b2966fd61..9452b06771 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
diff --git a/include/configs/hsdk.h b/include/configs/hsdk.h
index cdf4fddd94..94c88b29f1 100644
--- a/include/configs/hsdk.h
+++ b/include/configs/hsdk.h
@@ -40,7 +40,6 @@
 /*
  * UART configuration
  */
-#define CONFIG_DW_SERIAL
 #define CONFIG_SYS_NS16550_SERIAL
 #define CONFIG_SYS_NS16550_CLK		33330000
 #define CONFIG_SYS_NS16550_MEM32
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 527050de97..8d381788ca 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -429,7 +429,6 @@ CONFIG_DW_ALTDESCRIPTOR
 CONFIG_DW_AXI_BURST_LEN
 CONFIG_DW_GMAC_DEFAULT_DMA_PBL
 CONFIG_DW_MAC_FORCE_THRESHOLD_MODE
-CONFIG_DW_SERIAL
 CONFIG_DW_UDC
 CONFIG_DW_WDT_BASE
 CONFIG_DW_WDT_CLOCK_KHZ
-- 
2.16.2



More information about the U-Boot mailing list