diff options
Diffstat (limited to 'bl31')
-rw-r--r-- | bl31/bl31.ld.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bl31/bl31.ld.S b/bl31/bl31.ld.S index 34a349f2..83ef7e7b 100644 --- a/bl31/bl31.ld.S +++ b/bl31/bl31.ld.S @@ -36,7 +36,7 @@ ENTRY(bl31_entrypoint) MEMORY { - RAM (rwx): ORIGIN = TZRAM_BASE, LENGTH = TZRAM_SIZE + RAM (rwx): ORIGIN = BL31_BASE, LENGTH = BL31_LIMIT } |