diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-07 22:59:50 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-12 14:18:17 -0500 |
commit | d3fb2e3991cb6f7b2fa663601a050e8acce12826 (patch) | |
tree | a48ab9aaa4fdd9c7996c01d31e8389571c65f439 /include/configs/synquacer.h | |
parent | 1914075c88fb645987955f6d0595c56e3a78a1c0 (diff) | |
download | u-boot-d3fb2e3991cb6f7b2fa663601a050e8acce12826.tar.gz |
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>
Diffstat (limited to 'include/configs/synquacer.h')
-rw-r--r-- | include/configs/synquacer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/synquacer.h b/include/configs/synquacer.h index 713eda2821..28f5463763 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)} |