Skip to content

Commit 44cb03a

Browse files
jaccoo01adeaarm
authored andcommitted
RSE: Armclang: Fix provisioning scatter file
Previous changes to the secret and non-secret values within the provision blob require the size of the data section to be 4 byte aligned. Fix the scatter file to satisfy this with valid syntax. Change-Id: I36a954222bd8dca9db88840f42c02688374e56b6 Signed-off-by: Jackson Cooper-Driver <[email protected]>
1 parent 052001e commit 44cb03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/ext/target/arm/rse/common/provisioning/bundle/provisioning_code.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LR_DATA PROVISIONING_BUNDLE_DATA_START {
2121
* (+RW +ZI)
2222
/* Non secret provisioning values placed directly after data
2323
* so ensure 4 byte aligned */
24-
EMPTY 0, ALIGN 4;
24+
ALIGN 4
2525
}
2626
}
2727

0 commit comments

Comments
 (0)