summaryrefslogtreecommitdiff
path: root/bl1
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 /bl1
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 'bl1')
-rw-r--r--bl1/bl1.ld.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/bl1/bl1.ld.S b/bl1/bl1.ld.S
index 967ba328..0ca4a630 100644
--- a/bl1/bl1.ld.S
+++ b/bl1/bl1.ld.S
@@ -35,8 +35,8 @@ OUTPUT_ARCH(PLATFORM_LINKER_ARCH)
ENTRY(bl1_entrypoint)
MEMORY {
- ROM (rx): ORIGIN = TZROM_BASE, LENGTH = TZROM_SIZE
- RAM (rwx): ORIGIN = TZRAM_BASE, LENGTH = TZRAM_SIZE
+ ROM (rx): ORIGIN = BL1_RO_BASE, LENGTH = BL1_RO_LIMIT
+ RAM (rwx): ORIGIN = BL1_RW_BASE, LENGTH = BL1_RW_LIMIT
}
SECTIONS