diff options
author | Tom Rini | 2021-12-17 18:08:39 -0500 |
---|---|---|
committer | Tom Rini | 2021-12-27 16:20:18 -0500 |
commit | 6328f95ea01626be337d1eb524715000839b6b7d (patch) | |
tree | 12252576d2eb3cb3a3d7abd43a4f18353ba22536 /include/configs/meson64.h | |
parent | c1a7de57027de8fb0ba5097623157c1745a50496 (diff) |
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/meson64.h')
-rw-r--r-- | include/configs/meson64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/meson64.h b/include/configs/meson64.h index cb202d55556..44f2967fc6b 100644 --- a/include/configs/meson64.h +++ b/include/configs/meson64.h @@ -29,7 +29,6 @@ #define STDIN_CFG "serial" #endif -#define CONFIG_CPU_ARMV8 #define CONFIG_REMAKE_ELF #define CONFIG_SYS_MAXARGS 32 #define CONFIG_SYS_CBSIZE 1024 |