diff options
author | Peng Fan | 2020-05-05 20:28:43 +0800 |
---|---|---|
committer | Stefano Babic | 2020-05-10 20:55:20 +0200 |
commit | ed5b253d0e3e6290e63afdb37b71ce9503b6bd5f (patch) | |
tree | 9597cae7daa46ac01f92cef128a2eb72b580ac4b /board/freescale | |
parent | 42b26ddc80266cbe9d56526b198afed0b433bfb2 (diff) |
imx: imx8qm/qxp: check whether m4 partition booted
Add code to check m4 partition booted or not, we will use this
to runtime set device tree file that passed to Linux Kernel.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/imx8qxp_mek/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/imx8qxp_mek/spl.c b/board/freescale/imx8qxp_mek/spl.c index 32b61095b06..eefee64ab18 100644 --- a/board/freescale/imx8qxp_mek/spl.c +++ b/board/freescale/imx8qxp_mek/spl.c @@ -58,7 +58,7 @@ void spl_board_init(void) void spl_board_prepare_for_boot(void) { - imx_power_off_pd_devices(NULL, 0); + imx8_power_off_pd_devices(NULL, 0); } #ifdef CONFIG_SPL_LOAD_FIT |