diff options
| author | Peng Fan <[email protected]> | 2025-01-09 11:29:03 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-01-16 10:15:41 -0300 |
| commit | d489e27c352077790f20a9b0e2c2ef431cd66d4b (patch) | |
| tree | 6e4edbf6df6559dc51b21319b6cc8581d1604679 /arch | |
| parent | a0df7f39a4702c2fe8153bc2c2d2f469f86b5a23 (diff) | |
imx: imx93_qsb: switch to BOOTSTD
Switch to support BOOTSTD with a bsp bootcmd as fallback.
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 c5254608439..d756f3dcad2 100644 --- a/arch/arm/mach-imx/imx9/Kconfig +++ b/arch/arm/mach-imx/imx9/Kconfig @@ -41,6 +41,8 @@ config TARGET_IMX93_9X9_QSB select IMX93 select IMX9_LPDDR4X imply OF_UPSTREAM + imply BOOTSTD_FULL + imply BOOTSTD_BOOTCOMMAND config TARGET_IMX93_11X11_EVK bool "imx93_11x11_evk" |
