summaryrefslogtreecommitdiff
path: root/board/freescale
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2022-07-26 16:40:49 +0800
committerStefano Babic <sbabic@denx.de>2022-07-26 11:29:00 +0200
commit03fcf966511d11aa67c7b52d9d68c7bf18edade6 (patch)
tree2d82426ed58d741001fc1acb8d84df72f5af9751 /board/freescale
parent636c95f82b9a184a9b45a8965488cea2dedcd78e (diff)
downloadu-boot-03fcf966511d11aa67c7b52d9d68c7bf18edade6.tar.gz
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> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'board/freescale')
-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 ece9ff26e9..e672f6ee6c 100644
--- a/board/freescale/imx8ulp_evk/spl.c
+++ b/board/freescale/imx8ulp_evk/spl.c
@@ -19,7 +19,7 @@
#include <asm/arch/ddr.h>
#include <asm/arch/rdc.h>
#include <asm/arch/upower.h>
-#include <asm/arch/s400_api.h>
+#include <asm/mach-imx/s400_api.h>
DECLARE_GLOBAL_DATA_PTR;