qemu: replace deprecated ADDR_SPACE_SIZE
authorJens Wiklander <jens.wiklander@linaro.org>
Thu, 24 Aug 2017 11:16:16 +0000 (13:16 +0200)
committerJens Wiklander <jens.wiklander@linaro.org>
Thu, 24 Aug 2017 13:45:30 +0000 (15:45 +0200)
Replaces the deprecated ADDR_SPACE_SIZE with PLAT_PHY_ADDR_SPACE_SIZE
and PLAT_VIRT_ADDR_SPACE_SIZE.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
plat/qemu/include/platform_def.h

index ceb0539b50f4aadaae748f977647605c8e4a712e..85374e8d84a18ae09c541d5241081494354a4c9e 100644 (file)
 
 #define NS_IMAGE_OFFSET                        0x60000000
 
-#define ADDR_SPACE_SIZE                        (1ull << 32)
+#define PLAT_PHY_ADDR_SPACE_SIZE       (1ull << 32)
+#define PLAT_VIRT_ADDR_SPACE_SIZE      (1ull << 32)
 #define MAX_MMAP_REGIONS               8
 #define MAX_XLAT_TABLES                        6
 #define MAX_IO_DEVICES                 3