FVP: Include utils_def.h instead of utils.h
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Wed, 20 Sep 2017 15:39:20 +0000 (16:39 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Thu, 21 Sep 2017 14:12:15 +0000 (15:12 +0100)
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>
plat/arm/board/fvp/include/platform_def.h

index bf038e92a665de32bd30d65ee76b6f0fd70ffc1a..e4f942596f0f25e3b947712adbd1c9e26c44912b 100644 (file)
@@ -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"