浏览代码

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>
Lokesh Vutla 6 年之前
父节点
当前提交
5f133bb7c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/serial/arm_dcc.c

+ 1 - 1
drivers/serial/arm_dcc.c

@@ -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
  */