Merge "refactor(ls1028a): fix header file group issue" into integration
diff --git a/plat/nxp/soc-ls1028a/soc.c b/plat/nxp/soc-ls1028a/soc.c
index edfd657..2fb353f 100644
--- a/plat/nxp/soc-ls1028a/soc.c
+++ b/plat/nxp/soc-ls1028a/soc.c
@@ -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"