From 90e0c983734ca4d2ee7523a1c85d7d5449a756df Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Mon, 24 Sep 2018 17:28:13 +0100 Subject: xlat: Remove deprecated interfaces Change-Id: I83de2ae3e0795e6fec3c1e5b37c441b64b0c9cb6 Signed-off-by: Antonio Nino Diaz --- docs/porting-guide.rst | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs') 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, -- cgit v1.2.3