]> git.baikalelectronics.ru Git - uboot.git/commit
serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8
authorTom Rini <trini@konsulko.com>
Fri, 17 Dec 2021 23:08:39 +0000 (18:08 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 27 Dec 2021 21:20:18 +0000 (16:20 -0500)
commitacf6ebe0d29e3252ec3566a851d42457dba29fe8
tree12252576d2eb3cb3a3d7abd43a4f18353ba22536
parentd598c30daccfa3da863a03ecb30ccdb09f203872
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>
drivers/serial/arm_dcc.c
include/configs/meson64.h
include/configs/mt8183.h
include/configs/mt8512.h
include/configs/mt8516.h
include/configs/mt8518.h
include/configs/xilinx_versal.h
include/configs/xilinx_zynqmp.h