From 3b211ff5712c104cc92fd2270aac99a02d57961e Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Tue, 11 Apr 2017 14:04:56 +0100 Subject: ARM platforms: Add option to use xlat tables lib v1 ARM platforms have migrated to the translation tables library v2. However, for testing purposes, it can be useful to temporarily switch back to the old version. This patch introduces the option `ARM_XLAT_TABLES_LIB_V1`, that switches to v1 of the library when is set to 1. By default, it is 0, so that ARM platforms use the new version unless specifically stated. Updated User Guide. Change-Id: I53d3c8dd97706f6af9c6fca0364a88ef341efd31 Signed-off-by: Antonio Nino Diaz --- plat/arm/common/arm_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plat/arm/common/arm_common.c') diff --git a/plat/arm/common/arm_common.c b/plat/arm/common/arm_common.c index aade2212..3d67ef76 100644 --- a/plat/arm/common/arm_common.c +++ b/plat/arm/common/arm_common.c @@ -29,12 +29,12 @@ */ #include #include +#include #include #include #include #include #include -#include extern const mmap_region_t plat_arm_mmap[]; -- cgit v1.2.3