Fix #include path in ARM platform BL1 setup code
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Fri, 2 Oct 2015 08:32:35 +0000 (09:32 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Mon, 19 Oct 2015 07:46:54 +0000 (08:46 +0100)
This patch fixes the relative path to the 'bl1_private.h' header file
included from 'arm_bl1_setup.c'. Note that, although the path was
incorrect, it wasn't causing a compilation error because the header
file still got included through an alternative include search path.

Change-Id: I28e4f3dbe50e3550ca6cad186502c88a9fb5e260

plat/arm/common/arm_bl1_setup.c

index 6970aa3177fe4c4562af186b9c09fa961eb6c8b8..ddf383fe2817b8c23f6d59f4899dfe5f47b689d2 100644 (file)
@@ -35,7 +35,7 @@
 #include <console.h>
 #include <platform_def.h>
 #include <plat_arm.h>
-#include "../../bl1/bl1_private.h"
+#include "../../../bl1/bl1_private.h"
 
 
 #if USE_COHERENT_MEM