diff options
author | danh-arm <dan.handley@arm.com> | 2015-06-09 14:01:13 +0100 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2015-06-09 14:01:13 +0100 |
commit | 5720b280726d10ac2bd137b32eaad16ececc786e (patch) | |
tree | 55880f2446a6981e00e58573b9d242a07b075ece | |
parent | 789c22013574846413ffb86618297ee7de168af0 (diff) | |
parent | e5da24f7004622cc6be6499586a33622ab401dcc (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.md | 2 |
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) |