diff options
author | Dario Binacchi <dario.binacchi@amarulasolutions.com> | 2025-05-20 10:54:18 +0200 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2025-05-21 07:52:29 -0300 |
commit | dce71922df352b0eb1b6cc3d40c374ad80a7d6c5 (patch) | |
tree | 220bad59df8f3677fef68d48974b7c0945998e5d | |
parent | 24d98fa63bbcb21988e4e822f11686319502fb1f (diff) |
configs: imx8mn_bsh_smm_s2: load U-Boot from raw NAND
Commit 2a00d73d081a ("spl: mmc: Try to clean up raw-mode options") breaks
the boot of the BSH SMM S2 board. Add options to load U-Boot from raw NAND
sector.
Fixes: 2a00d73d081a ("spl: mmc: Try to clean up raw-mode options")
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
-rw-r--r-- | configs/imx8mn_bsh_smm_s2_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/imx8mn_bsh_smm_s2_defconfig b/configs/imx8mn_bsh_smm_s2_defconfig index 9ffcd3b221c..1c11d470541 100644 --- a/configs/imx8mn_bsh_smm_s2_defconfig +++ b/configs/imx8mn_bsh_smm_s2_defconfig @@ -47,6 +47,8 @@ CONFIG_SPL_DMA=y CONFIG_SPL_I2C=y CONFIG_SPL_MTD=y CONFIG_SPL_NAND_SUPPORT=y +CONFIG_SPL_NAND_RAW_U_BOOT_USE_SECTOR=y +CONFIG_SPL_NAND_RAW_U_BOOT_SECTOR=0x300 CONFIG_SPL_NAND_BASE=y CONFIG_SPL_NAND_IDENT=y CONFIG_SPL_POWER=y |