projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3039988
)
Fix HCPTR.TCP11 bit definition
author
Sandrine Bailleux
<
[email protected]
>
Fri, 13 Jul 2018 08:04:12 +0000
(10:04 +0200)
committer
Sandrine Bailleux
<
[email protected]
>
Wed, 18 Jul 2018 10:19:41 +0000
(12:19 +0200)
Change-Id: I98f23f6cebcf984b57efc5449b75ff702e1984a0
Signed-off-by: Sandrine Bailleux <
[email protected]
>
include/lib/aarch32/arch.h
patch
|
blob
|
history
diff --git
a/include/lib/aarch32/arch.h
b/include/lib/aarch32/arch.h
index 5ab25dae14eee059b9ec0e94e451348f3326b59e..a5366495e8ae9a7c5f35e58a5c979c2180a677b8 100644
(file)
--- a/
include/lib/aarch32/arch.h
+++ b/
include/lib/aarch32/arch.h
@@
-196,7
+196,7
@@
#define TCPAC_BIT (U(1) << 31)
#define TAM_BIT (U(1) << 30)
#define TTA_BIT (U(1) << 20)
-#define TCP11_BIT (U(1) << 1
0
)
+#define TCP11_BIT (U(1) << 1
1
)
#define TCP10_BIT (U(1) << 10)
#define HCPTR_RESET_VAL HCPTR_RES1