projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
342e1ab
)
arm: cosmetic: align TTB_SECT define value
author
Patrick Delaunay
<patrick.delaunay@foss.st.com>
Fri, 5 Feb 2021 12:53:35 +0000
(13:53 +0100)
committer
Tom Rini
<trini@konsulko.com>
Tue, 2 Mar 2021 20:53:37 +0000
(15:53 -0500)
Align TTB_SECT define value with previous value.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/include/asm/system.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/system.h
b/arch/arm/include/asm/system.h
index 9db64dd69dc42c7c1bd89d790c22cc92b86fc6bc..289b820a6d31d144c7a56d2ded17ba2c4bf263d6 100644
(file)
--- a/
arch/arm/include/asm/system.h
+++ b/
arch/arm/include/asm/system.h
@@
-475,7
+475,7
@@
enum dcache_option {
#define TTB_SECT_XN_MASK (1 << 4)
#define TTB_SECT_C_MASK (1 << 3)
#define TTB_SECT_B_MASK (1 << 2)
-#define TTB_SECT
(2 << 0)
+#define TTB_SECT (2 << 0)
/*
* Short-descriptor format memory region attributes, without TEX remap