From: Lokesh Vutla Date: Thu, 16 Aug 2018 13:13:56 +0000 (+0530) Subject: serial: arm_dcc: Add DCC support for V7R based cores X-Git-Tag: v2018.11-rc1~199 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5f133bb7c519ebb069f74bbda428627ad28419c6;p=oweals%2Fu-boot.git serial: arm_dcc: Add DCC support for V7R based cores DCC is supported on Cortex R series as well. Enable DCC support for V7R. Signed-off-by: Lokesh Vutla --- diff --git a/drivers/serial/arm_dcc.c b/drivers/serial/arm_dcc.c index c83a3fe8ee..43e8691a93 100644 --- a/drivers/serial/arm_dcc.c +++ b/drivers/serial/arm_dcc.c @@ -19,7 +19,7 @@ #include #include -#if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V7A) +#if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V7A) || defined(CONFIG_CPU_V7R) /* * ARMV6 & ARMV7 */