From 40886d5ae0a57a118b663925a89f9fb25a06b36e Mon Sep 17 00:00:00 2001 From: Jiafei Pan Date: Thu, 20 Jan 2022 16:09:37 +0800 Subject: [PATCH] refactor(ls1028a): fix header file group issue ocram.h should be in platform includes group. Signed-off-by: Jiafei Pan Change-Id: I43b6a279e48e1a173f8e7c601f2c8d48e6efc647 --- plat/nxp/soc-ls1028a/soc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plat/nxp/soc-ls1028a/soc.c b/plat/nxp/soc-ls1028a/soc.c index edfd6573d..2fb353f40 100644 --- a/plat/nxp/soc-ls1028a/soc.c +++ b/plat/nxp/soc-ls1028a/soc.c @@ -23,9 +23,6 @@ #include #endif #include -#ifdef CONFIG_OCRAM_ECC_EN -#include -#endif #include #include #include @@ -36,6 +33,9 @@ #endif #include +#ifdef CONFIG_OCRAM_ECC_EN +#include +#endif #include "plat_common.h" #include "platform_def.h" #include "soc.h"