summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2015-06-09 14:01:13 +0100
committerdanh-arm <dan.handley@arm.com>2015-06-09 14:01:13 +0100
commit5720b280726d10ac2bd137b32eaad16ececc786e (patch)
tree55880f2446a6981e00e58573b9d242a07b075ece
parent789c22013574846413ffb86618297ee7de168af0 (diff)
parente5da24f7004622cc6be6499586a33622ab401dcc (diff)
Merge pull request #312 from jcastillo-arm/jc/tf-issues/308
Fix build option 'ARM_TSP_RAM_LOCATION' in user guide
-rw-r--r--docs/user-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md
index c1cadbbe..9a9334f2 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -322,7 +322,7 @@ performed.
#### ARM development platform specific build options
-* `ARM_TSP_RAM_LOCATION_ID`: location of the TSP binary. Options:
+* `ARM_TSP_RAM_LOCATION`: location of the TSP binary. Options:
- `tsram` : Trusted SRAM (default option)
- `tdram` : Trusted DRAM (if available)
- `dram` : Secure region in DRAM (configured by the TrustZone controller)