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 <lokeshvutla@ti.com>
This commit is contained in:
Lokesh Vutla
2018-09-10 20:48:20 -04:00
committed by Tom Rini
parent 5a07cf5e7a
commit 5f133bb7c5
+1 -1
View File
@@ -19,7 +19,7 @@
#include <dm.h>
#include <serial.h>
#if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V7A)
#if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V7A) || defined(CONFIG_CPU_V7R)
/*
* ARMV6 & ARMV7
*/