mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-12 06:15:28 +08:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user