summaryrefslogtreecommitdiff
path: root/board/freescale/imx8ulp_evk/spl.c
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2021-11-10 10:25:56 +0800
committerYe Li <ye.li@nxp.com>2022-07-06 22:35:55 +0800
commitf8a85cc1edf5d7afc55ae8b5e23a6aaa19bafc97 (patch)
tree9ef791497f9f4cb031d17e5b59dfcd9f3a95b1ea /board/freescale/imx8ulp_evk/spl.c
parent29b21e70c255e1bc6bda51f1d594607735ed21cf (diff)
LFU-330-13 misc: imx: S400_API: Move S400 MU and API to a common place
Since iMX9 uses S401 which shares the API with iMX8ULP. So move S400 MU driver and API to a common place and selected by CONFIG_IMX_SENTINEL Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'board/freescale/imx8ulp_evk/spl.c')
-rw-r--r--board/freescale/imx8ulp_evk/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/imx8ulp_evk/spl.c b/board/freescale/imx8ulp_evk/spl.c
index 78dd44d369..5e0bbd91d5 100644
--- a/board/freescale/imx8ulp_evk/spl.c
+++ b/board/freescale/imx8ulp_evk/spl.c
@@ -21,7 +21,7 @@
#include <asm/arch/rdc.h>
#include <asm/arch/upower.h>
#include <asm/mach-imx/boot_mode.h>
-#include <asm/arch/s400_api.h>
+#include <asm/mach-imx/s400_api.h>
#include <asm/arch/clock.h>
#include <asm/arch/pcc.h>