diff options
| author | Peng Fan <[email protected]> | 2025-01-09 11:29:02 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-01-16 10:15:41 -0300 |
| commit | a0df7f39a4702c2fe8153bc2c2d2f469f86b5a23 (patch) | |
| tree | 6d8c9aa10a255c902dd805eafc354be62934944d /arch | |
| parent | 178f6ecb21fe12ada74a9a1a08093c812b15eea5 (diff) | |
imx: imx93_evk: switch to BOOTSTD
Switch to support BOOTSTD with a bsp bootcmd as fallback.
Move the env to imx93_evk.env
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-imx/imx9/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/imx9/Kconfig b/arch/arm/mach-imx/imx9/Kconfig index 54c6b117fcf..c5254608439 100644 --- a/arch/arm/mach-imx/imx9/Kconfig +++ b/arch/arm/mach-imx/imx9/Kconfig @@ -47,6 +47,8 @@ config TARGET_IMX93_11X11_EVK select OF_BOARD_FIXUP select IMX93 imply OF_UPSTREAM + imply BOOTSTD_FULL + imply BOOTSTD_BOOTCOMMAND config TARGET_IMX93_VAR_SOM bool "imx93_var_som" |
