summaryrefslogtreecommitdiff
path: root/bl31
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-05-31 18:42:37 +0200
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-09-01 18:51:12 +0200
commit85750091ba6227428f2eb3422356708e8e88b7e9 (patch)
treee30b223ccf59ffc30a115db8a4e51bd78517a1f5 /bl31
parent572e14132706377530ea9f9ba4cd1fcb4b2b9479 (diff)
[WIP] RK3399-Q7
Diffstat (limited to 'bl31')
-rw-r--r--bl31/bl31.ld.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/bl31/bl31.ld.S b/bl31/bl31.ld.S
index 48861f40..c14595cc 100644
--- a/bl31/bl31.ld.S
+++ b/bl31/bl31.ld.S
@@ -36,6 +36,7 @@ SECTIONS
} >RAM
.rodata . : {
+ . = ALIGN(4096);
__RODATA_START__ = .;
*(.rodata*)