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)
commit3ae8a360e04c35dc51114d13a5574760bc264cf7
tree9188ce8d1ca50947b731fb0b3aeba58127a68c59
parenta3a348993ad0a2b863f6277229423152fbed0af0
Fix #include path in ARM platform BL1 setup code

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