diff options
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2018-09-24 17:28:13 +0100 |
---|---|---|
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2018-09-28 15:31:53 +0100 |
commit | 90e0c983734ca4d2ee7523a1c85d7d5449a756df (patch) | |
tree | 2beb554552fadc55649d6e04b5ae4f53bd433df7 /docs | |
parent | 7dab0eac071ffbc6bf065e16c3dd6964cab67501 (diff) | |
download | platform_external_arm-trusted-firmware-90e0c983734ca4d2ee7523a1c85d7d5449a756df.tar.gz platform_external_arm-trusted-firmware-90e0c983734ca4d2ee7523a1c85d7d5449a756df.tar.bz2 platform_external_arm-trusted-firmware-90e0c983734ca4d2ee7523a1c85d7d5449a756df.zip |
xlat: Remove deprecated interfaces
Change-Id: I83de2ae3e0795e6fec3c1e5b37c441b64b0c9cb6
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/porting-guide.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/porting-guide.rst b/docs/porting-guide.rst index 2d0f8d4b6..269a57e17 100644 --- a/docs/porting-guide.rst +++ b/docs/porting-guide.rst @@ -477,13 +477,6 @@ constants must also be defined: enabled for a BL image, ``MAX_MMAP_REGIONS`` must be defined to accommodate the dynamic regions as well. -- **#define : ADDR\_SPACE\_SIZE** - - Defines the total size of the address space in bytes. For example, for a 32 - bit address space, this value should be ``(1ULL << 32)``. This definition is - now deprecated, platforms should use ``PLAT_PHY_ADDR_SPACE_SIZE`` and - ``PLAT_VIRT_ADDR_SPACE_SIZE`` instead. - - **#define : PLAT\_VIRT\_ADDR\_SPACE\_SIZE** Defines the total size of the virtual address space in bytes. For example, |