aboutsummaryrefslogtreecommitdiffstats
path: root/plat
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2017-09-20 16:39:20 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2017-09-21 15:12:15 +0100
commitd08f8c6adf4222369107fc46c59167db6acfd21f (patch)
treea6042eaac4014dc692913a2a97b73d50babdf975 /plat
parentdf312c5a2b152953f755df9d979cff20afb7ef4b (diff)
downloadplatform_external_arm-trusted-firmware-d08f8c6adf4222369107fc46c59167db6acfd21f.tar.gz
platform_external_arm-trusted-firmware-d08f8c6adf4222369107fc46c59167db6acfd21f.tar.bz2
platform_external_arm-trusted-firmware-d08f8c6adf4222369107fc46c59167db6acfd21f.zip
FVP: Include utils_def.h instead of utils.h
platform_def.h doesn't need all the definitions in utils.h, the ones in utils_def.h are enough. This patch is related to the changes introduced by commit 53d9c9c85b. Change-Id: I4b2ff237a2d7fe07a7230e0e49b44b3fc2ca8abe Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Diffstat (limited to 'plat')
-rw-r--r--plat/arm/board/fvp/include/platform_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/board/fvp/include/platform_def.h b/plat/arm/board/fvp/include/platform_def.h
index bf038e92a..e4f942596 100644
--- a/plat/arm/board/fvp/include/platform_def.h
+++ b/plat/arm/board/fvp/include/platform_def.h
@@ -11,7 +11,7 @@
#include <board_arm_def.h>
#include <common_def.h>
#include <tzc400.h>
-#include <utils.h>
+#include <utils_def.h>
#include <v2m_def.h>
#include "../fvp_def.h"