diff options
author | Soby Mathew <soby.mathew@arm.com> | 2019-12-12 14:25:47 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2019-12-12 14:25:47 +0000 |
commit | 7999904074b6c08fb3a4f7122470b9a1e739f1fc (patch) | |
tree | 1fdbb8c4a4d156d0d8941f921a4f66f95291324f /bl1 | |
parent | fcccd358e4cd6199c797ad127c77c47ec1ad5983 (diff) | |
parent | da90359b7852e13dc21f54f4d42df6d4790fe0cd (diff) | |
download | platform_external_arm-trusted-firmware-7999904074b6c08fb3a4f7122470b9a1e739f1fc.tar.gz platform_external_arm-trusted-firmware-7999904074b6c08fb3a4f7122470b9a1e739f1fc.tar.bz2 platform_external_arm-trusted-firmware-7999904074b6c08fb3a4f7122470b9a1e739f1fc.zip |
Merge "PIE: make call to GDT relocation fixup generalized" into integration
Diffstat (limited to 'bl1')
-rw-r--r-- | bl1/aarch64/bl1_entrypoint.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bl1/aarch64/bl1_entrypoint.S b/bl1/aarch64/bl1_entrypoint.S index 855add347..00f27184d 100644 --- a/bl1/aarch64/bl1_entrypoint.S +++ b/bl1/aarch64/bl1_entrypoint.S @@ -30,7 +30,8 @@ func bl1_entrypoint _secondary_cold_boot=!COLD_BOOT_SINGLE_CPU \ _init_memory=1 \ _init_c_runtime=1 \ - _exception_vectors=bl1_exceptions + _exception_vectors=bl1_exceptions \ + _pie_fixup_size=0 /* -------------------------------------------------------------------- * Perform BL1 setup |