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"