]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: imx8mn_bsh_smm_s2: Use nand_base ident for nand identification
authorMichael Trimarchi <michael@amarulasolutions.com>
Thu, 28 Jul 2022 12:43:09 +0000 (14:43 +0200)
committerMichael Trimarchi <michael@amarulasolutions.com>
Mon, 22 Aug 2022 09:15:32 +0000 (11:15 +0200)
The board can mount different nand brand type. Try to use the full scan
detection and not the onfi one

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Reviewed-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
configs/imx8mn_bsh_smm_s2_defconfig

index 79995591f28dabd59a48485d900735b366ff84ba..139cf0392b1ca39c9c8b40811e5ec1824c2914a1 100644 (file)
@@ -44,6 +44,8 @@ CONFIG_SPL_DMA=y
 CONFIG_SPL_I2C=y
 CONFIG_SPL_MTD_SUPPORT=y
 CONFIG_SPL_NAND_SUPPORT=y
+CONFIG_SPL_NAND_BASE=y
+CONFIG_SPL_NAND_IDENT=y
 CONFIG_SPL_POWER=y
 CONFIG_SPL_WATCHDOG=y
 CONFIG_SYS_PROMPT="> "