arch/arm/armv7: Fix coding style
Change-Id: Ib5d574347373009c8021597f555e6e86c2c0c41f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26831 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
27929bd0b0
commit
17fd13a4a7
@@ -45,8 +45,8 @@
|
||||
#define ATTR_BLOCK (\
|
||||
0ULL << 54 | /* XN. 0:Not restricted */ \
|
||||
0ULL << 53 | /* PXN. 0:Not restricted */ \
|
||||
1 << 10 | /* AF. 1:Accessed. This is to prevent access \
|
||||
* fault when accessed for the first time */ \
|
||||
1 << 10 | /* AF. 1:Accessed. This is to prevent access */ \
|
||||
/* fault when accessed for the first time */ \
|
||||
0 << 6 | /* AP[2:1]. 0b00:full access from PL1 */ \
|
||||
0 << 5 | /* NS. 0:Output address is in Secure space */ \
|
||||
0 << 1 | /* block/table. 0:block entry */ \
|
||||
|
Reference in New Issue
Block a user