Commit d08f8c6a authored by Sandrine Bailleux's avatar Sandrine Bailleux
Browse files

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 53d9c9c8

.

Change-Id: I4b2ff237a2d7fe07a7230e0e49b44b3fc2ca8abe
Signed-off-by: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
parent df312c5a
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include <board_arm_def.h> #include <board_arm_def.h>
#include <common_def.h> #include <common_def.h>
#include <tzc400.h> #include <tzc400.h>
#include <utils.h> #include <utils_def.h>
#include <v2m_def.h> #include <v2m_def.h>
#include "../fvp_def.h" #include "../fvp_def.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment