projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a07cf5
)
serial: arm_dcc: Add DCC support for V7R based cores
author
Lokesh Vutla
<lokeshvutla@ti.com>
Thu, 16 Aug 2018 13:13:56 +0000
(18:43 +0530)
committer
Tom Rini
<trini@konsulko.com>
Tue, 11 Sep 2018 00:48:20 +0000
(20:48 -0400)
DCC is supported on Cortex R series as well. Enable DCC support
for V7R.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
drivers/serial/arm_dcc.c
patch
|
blob
|
history
diff --git
a/drivers/serial/arm_dcc.c
b/drivers/serial/arm_dcc.c
index c83a3fe8eedd11cc3642b8e4cb882671f9f63022..43e8691a93a65a9cfe8245849654a6313d788809 100644
(file)
--- a/
drivers/serial/arm_dcc.c
+++ b/
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
*/