aboutsummaryrefslogtreecommitdiff
path: root/plat/marvell/common/marvell_image_load.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/marvell/common/marvell_image_load.c')
-rw-r--r--plat/marvell/common/marvell_image_load.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/plat/marvell/common/marvell_image_load.c b/plat/marvell/common/marvell_image_load.c
index d69b1b1214..be16b08989 100644
--- a/plat/marvell/common/marvell_image_load.c
+++ b/plat/marvell/common/marvell_image_load.c
@@ -4,11 +4,12 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <bl_common.h>
-#include <desc_image_load.h>
-#include <platform.h>
#include <platform_def.h>
+#include <common/bl_common.h>
+#include <common/desc_image_load.h>
+#include <plat/common/platform.h>
+
/*******************************************************************************
* This function flushes the data structures so that they are visible
* in memory for the next BL image.