aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-07 22:59:50 -0500
committerTom Rini <trini@konsulko.com>2021-11-12 14:18:17 -0500
commitd3fb2e3991cb6f7b2fa663601a050e8acce12826 (patch)
treea48ab9aaa4fdd9c7996c01d31e8389571c65f439
parent1914075c88fb645987955f6d0595c56e3a78a1c0 (diff)
downloadu-boot-d3fb2e3991cb6f7b2fa663601a050e8acce12826.zip
u-boot-d3fb2e3991cb6f7b2fa663601a050e8acce12826.tar.gz
u-boot-d3fb2e3991cb6f7b2fa663601a050e8acce12826.tar.bz2
Remove CONFIG_SERIAL_MULTI
This symbol has been functionally dead for a long time. Remove the last and recent re-introductions of setting it, and update the whitelist so it will not be re-introduced again. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--arch/arm/include/asm/arch-bcmcygnus/configs.h1
-rw-r--r--include/configs/p2571.h1
-rw-r--r--include/configs/synquacer.h1
-rw-r--r--scripts/config_whitelist.txt1
4 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/arch-bcmcygnus/configs.h b/arch/arm/include/asm/arch-bcmcygnus/configs.h
index bf05cb3..27f30d1 100644
--- a/arch/arm/include/asm/arch-bcmcygnus/configs.h
+++ b/arch/arm/include/asm/arch-bcmcygnus/configs.h
@@ -17,7 +17,6 @@
#define CONFIG_SYS_NS16550_CLK 100000000
#define CONFIG_SYS_NS16550_CLK_DIV 54
-#define CONFIG_SERIAL_MULTI
#define CONFIG_SYS_NS16550_COM3 0x18023000
/* Ethernet */
diff --git a/include/configs/p2571.h b/include/configs/p2571.h
index 0b3183a..5a89dc8 100644
--- a/include/configs/p2571.h
+++ b/include/configs/p2571.h
@@ -15,7 +15,6 @@
#define CONFIG_TEGRA_BOARD_STRING "NVIDIA P2571"
/* Board-specific serial config */
-#define CONFIG_SERIAL_MULTI
#define CONFIG_TEGRA_ENABLE_UARTA
/* Environment in eMMC, at the end of 2nd "boot sector" */
diff --git a/include/configs/synquacer.h b/include/configs/synquacer.h
index 713eda2..28f5463 100644
--- a/include/configs/synquacer.h
+++ b/include/configs/synquacer.h
@@ -33,7 +33,6 @@
/* Serial (pl011) */
#define UART_CLK (62500000)
-#define CONFIG_SERIAL_MULTI
#define CONFIG_PL011_CLOCK UART_CLK
#define CONFIG_PL01x_PORTS {(void *)(0x2a400000)}
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 34c9ef0..32de7d7 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -1075,7 +1075,6 @@ CONFIG_SEC_FW_SIZE
CONFIG_SERIAL_BOOT
CONFIG_SERIAL_FLASH
CONFIG_SERIAL_HW_FLOW_CONTROL
-CONFIG_SERIAL_MULTI
CONFIG_SERIAL_SOFTWARE_FIFO
CONFIG_SERIRQ_CONTINUOUS_MODE
CONFIG_SERVERIP