diff options
| author | Primoz Fiser <[email protected]> | 2025-04-10 10:41:19 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-04-11 10:00:58 -0300 |
| commit | e1d68ed3e21cfb6c40dc3b35a78d9420eca50de1 (patch) | |
| tree | 67b3eb7558971d6318588faf87a2198c7ff7e3bd | |
| parent | f7d7eaa57359496bff4dfef46003879109c8f92c (diff) | |
board: phycore-imx93: env: Add prepare_mcore to environment
Add prepare_mcore script to environment to be able to notify Linux about
the state of M33 core via the kernel cmdline by appending to ${optargs}.
Signed-off-by: Primoz Fiser <[email protected]>
| -rw-r--r-- | board/phytec/phycore_imx93/phycore_imx93.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/phytec/phycore_imx93/phycore_imx93.env b/board/phytec/phycore_imx93/phycore_imx93.env index 36bf3fefa0b..52c234a4206 100644 --- a/board/phytec/phycore_imx93/phycore_imx93.env +++ b/board/phytec/phycore_imx93/phycore_imx93.env @@ -9,6 +9,7 @@ fdtoverlay_addr_r=0x900c0000 bootenv_addr_r=0x90500000 fdtfile=CONFIG_DEFAULT_FDT_FILE ip_dyn=yes +prepare_mcore=setenv optargs "${optargs} clk-imx93.mcore_booted" mmcdev=CONFIG_SYS_MMC_ENV_DEV mmcpart=1 mmcroot=2 |
