mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
refactor(ls1028a): fix header file group issue
ocram.h should be in platform includes group. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com> Change-Id: I43b6a279e48e1a173f8e7c601f2c8d48e6efc647
This commit is contained in:
parent
b19630037d
commit
40886d5ae0
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,6 @@
|
|||
#include <nxp_smmu.h>
|
||||
#endif
|
||||
#include <nxp_timer.h>
|
||||
#ifdef CONFIG_OCRAM_ECC_EN
|
||||
#include <ocram.h>
|
||||
#endif
|
||||
#include <plat_console.h>
|
||||
#include <plat_gic.h>
|
||||
#include <plat_tzc400.h>
|
||||
|
@ -36,6 +33,9 @@
|
|||
#endif
|
||||
|
||||
#include <errata.h>
|
||||
#ifdef CONFIG_OCRAM_ECC_EN
|
||||
#include <ocram.h>
|
||||
#endif
|
||||
#include "plat_common.h"
|
||||
#include "platform_def.h"
|
||||
#include "soc.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue