summaryrefslogtreecommitdiff
path: root/include/configs/xilinx_versal.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-18 02:08:39 +0300
committerTom Rini <trini@konsulko.com>2021-12-28 00:20:18 +0300
commit6328f95ea01626be337d1eb524715000839b6b7d (patch)
tree12252576d2eb3cb3a3d7abd43a4f18353ba22536 /include/configs/xilinx_versal.h
parentc1a7de57027de8fb0ba5097623157c1745a50496 (diff)
downloadu-boot-6328f95ea01626be337d1eb524715000839b6b7d.tar.xz
serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8
The only place we use CONFIG_CPU_ARMV8 was in the arm_dcc serial driver. Switch this to CONFIG_ARM64 today, and if in the future we need finer granularity tuning here, a new CONFIG_SERIAL option needs to be introduced. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/xilinx_versal.h')
-rw-r--r--include/configs/xilinx_versal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h
index 43486457a4..03539a41b4 100644
--- a/include/configs/xilinx_versal.h
+++ b/include/configs/xilinx_versal.h
@@ -26,8 +26,6 @@
#endif
/* Serial setup */
-#define CONFIG_CPU_ARMV8
-
#define CONFIG_SYS_BAUDRATE_TABLE \
{ 4800, 9600, 19200, 38400, 57600, 115200 }