summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-08 06:59:49 +0300
committerTom Rini <trini@konsulko.com>2021-11-12 22:18:17 +0300
commit1914075c88fb645987955f6d0595c56e3a78a1c0 (patch)
tree8f822aa514bfc7aa5b36e93eb5c24f5b9b188a4e /include
parentb8475e6aca2f8ae3831bc195a89377fd737e221a (diff)
downloadu-boot-1914075c88fb645987955f6d0595c56e3a78a1c0.tar.xz
Convert CONFIG_PL011_SERIAL et al to Kconfig
This converts the following to Kconfig: CONFIG_PL011_SERIAL CONFIG_PL01X_SERIAL Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/lx2160a_common.h1
-rw-r--r--include/configs/synquacer.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h
index a9d826b87a..7173fe6ba6 100644
--- a/include/configs/lx2160a_common.h
+++ b/include/configs/lx2160a_common.h
@@ -55,7 +55,6 @@
#define COUNTER_FREQUENCY 25000000 /* 25MHz */
/* Serial Port */
-#define CONFIG_PL01X_SERIAL
#define CONFIG_PL011_CLOCK (get_bus_freq(0) / 4)
#define CONFIG_SYS_SERIAL0 0x21c0000
#define CONFIG_SYS_SERIAL1 0x21d0000
diff --git a/include/configs/synquacer.h b/include/configs/synquacer.h
index 43379cc03e..713eda2821 100644
--- a/include/configs/synquacer.h
+++ b/include/configs/synquacer.h
@@ -34,7 +34,6 @@
/* Serial (pl011) */
#define UART_CLK (62500000)
#define CONFIG_SERIAL_MULTI
-#define CONFIG_PL011_SERIAL
#define CONFIG_PL011_CLOCK UART_CLK
#define CONFIG_PL01x_PORTS {(void *)(0x2a400000)}