configs: imx8mn_bsh_smm_s2: load U-Boot from raw NAND
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Tue, 20 May 2025 08:54:18 +0000 (10:54 +0200)
committerFabio Estevam <festevam@gmail.com>
Wed, 21 May 2025 10:52:29 +0000 (07:52 -0300)
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>
configs/imx8mn_bsh_smm_s2_defconfig

index 9ffcd3b..1c11d47 100644 (file)
@@ -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