Commit 3ef8f7af authored by danh-arm's avatar danh-arm
Browse files

Merge pull request #407 from sandrine-bailleux/sb/fix-arm-bl1-setup-include

Fix #include path in ARM platform BL1 setup code
parents a3a34899 3ae8a360
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <console.h> #include <console.h>
#include <platform_def.h> #include <platform_def.h>
#include <plat_arm.h> #include <plat_arm.h>
#include "../../bl1/bl1_private.h" #include "../../../bl1/bl1_private.h"
#if USE_COHERENT_MEM #if USE_COHERENT_MEM
......
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