summaryrefslogtreecommitdiff
path: root/bl2
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2014-08-14 09:52:22 +0100
committerdanh-arm <dan.handley@arm.com>2014-08-14 09:52:22 +0100
commitf0e240d7f59cbf1cb99fc358ddec967cad8bf3df (patch)
tree57cc314b22f36614f19a56678f3ea56196cdab6f /bl2
parent233020911d02474ac9870dc4067576f3ee675af6 (diff)
parent186c1d4b26ece7888a3dcea0a3673c04fb35b7c1 (diff)
Merge pull request #184 from jcastillo-arm/jc/tf-issues/100
FVP: make usage of Trusted DRAM optional at build time
Diffstat (limited to 'bl2')
-rw-r--r--bl2/bl2.ld.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl2/bl2.ld.S b/bl2/bl2.ld.S
index e348d4fc..1665f5d2 100644
--- a/bl2/bl2.ld.S
+++ b/bl2/bl2.ld.S
@@ -35,7 +35,7 @@ OUTPUT_ARCH(PLATFORM_LINKER_ARCH)
ENTRY(bl2_entrypoint)
MEMORY {
- RAM (rwx): ORIGIN = TZRAM_BASE, LENGTH = TZRAM_SIZE
+ RAM (rwx): ORIGIN = BL2_BASE, LENGTH = BL2_LIMIT
}