aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2019-01-30 16:27:16 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2019-01-31 16:10:54 +0100
commitc4e9d827ee75b32e1e9d5a8aad1c07d6cf2aa33d (patch)
tree20e3e0d3b0ea473cc42517ee9a8195894656863e /docs
parentc3faf745c42ec97fba7745589961039bd0951c40 (diff)
downloadplatform_external_arm-trusted-firmware-c4e9d827ee75b32e1e9d5a8aad1c07d6cf2aa33d.tar.gz
platform_external_arm-trusted-firmware-c4e9d827ee75b32e1e9d5a8aad1c07d6cf2aa33d.tar.bz2
platform_external_arm-trusted-firmware-c4e9d827ee75b32e1e9d5a8aad1c07d6cf2aa33d.zip
Remove dead code related to LOAD_IMAGE_V2=0
Commit ed51b51f7a9163a ("Remove build option LOAD_IMAGE_V2") intended to remove all code related to LOAD_IMAGE_V2=0 but missed a few things. Change-Id: I16aaf52779dd4af1e134e682731328c5f1e5d622 Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/porting-guide.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/porting-guide.rst b/docs/porting-guide.rst
index 7fc529708..716d4467e 100644
--- a/docs/porting-guide.rst
+++ b/docs/porting-guide.rst
@@ -1198,9 +1198,6 @@ the BL1 stage.
meminfo.total_base = Base address of secure RAM visible to BL1
meminfo.total_size = Size of secure RAM visible to BL1
- meminfo.free_base = Base address of secure RAM available for allocation
- to BL1
- meminfo.free_size = Size of secure RAM available for allocation to BL1
This information is used by BL1 to load the BL2 image in secure RAM. BL1 also
populates a similar structure to tell BL2 the extents of memory available for