Fix build option 'ARM_TSP_RAM_LOCATION' in user guide
authorJuan Castillo <juan.castillo@arm.com>
Mon, 8 Jun 2015 10:35:06 +0000 (11:35 +0100)
committerJuan Castillo <juan.castillo@arm.com>
Mon, 8 Jun 2015 10:35:06 +0000 (11:35 +0100)
The 'ARM_TSP_RAM_LOCATION_ID' option specified in the user guide
corresponds to the internal definition not visible to the final
user. The proper build option is 'ARM_TSP_RAM_LOCATION'. This
patch fixes it.

Fixes ARM-software/tf-issues#308

Change-Id: Ica8cb72c0c5e8b3503f60b5357d16698e869b1bd

docs/user-guide.md

index c1cadbbe8cbd9a7f359e1d74811b9a45a34cbe4c..9a9334f2f6e241a315d2d4d454a86443a5fd8f6b 100644 (file)
@@ -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)