From 6364f98c74f7ec4e3b169b7fa4b7abde80116e76 Mon Sep 17 00:00:00 2001
From: Olivier Martin <olivier@labapart.com>
Date: Thu, 17 Dec 2015 11:00:35 +0000
Subject: [PATCH] docs/user-guide.md: Renamed legacy `FVP_TSP_RAM_LOCATION`

`FVP_TSP_RAM_LOCATION` has been renamed into `ARM_TSP_RAM_LOCATION`.
---
 docs/user-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-guide.md b/docs/user-guide.md
index fa39c4bdb..047eaee58 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -973,7 +973,7 @@ sections.
     `-C cluster<X>.cpu<X>.RVBAR=@<base-address-of-bl31>`, to the new value of
     `BL31_BASE`.
 
-9.  Changing the default value of `FVP_TSP_RAM_LOCATION` will also require
+9.  Changing the default value of `ARM_TSP_RAM_LOCATION` will also require
     changing the value of
     `--data="<path-to><bl32-binary>"@<base-address-of-bl32>` to the new value of
     `BL32_BASE`.
-- 
GitLab