mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-17 09:18:53 +00:00
arm: cosmetic: align TTB_SECT define value
Align TTB_SECT define value with previous value. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
This commit is contained in:
parent
342e1abd5c
commit
9b39d249e0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user