diff options
Diffstat (limited to 'docs/user-guide.md')
-rw-r--r-- | docs/user-guide.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md index b07dd5f7..4209be7e 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -259,8 +259,9 @@ performed. #### FVP specific build options * `FVP_TSP_RAM_LOCATION`: location of the TSP binary. Options: - - `tsram` (default) : Trusted SRAM + - `tsram` : Trusted SRAM (default option) - `tdram` : Trusted DRAM + - `dram` : Secure region in DRAM (configured by the TrustZone controller) For a better understanding of FVP options, the FVP memory map is explained in the [Firmware Design]. |