summaryrefslogtreecommitdiff
path: root/configs/imx8mn_bsh_smm_s2_defconfig
diff options
context:
space:
mode:
authorMichael Trimarchi <michael@amarulasolutions.com>2022-07-28 15:43:09 +0300
committerMichael Trimarchi <michael@amarulasolutions.com>2022-08-22 12:15:32 +0300
commit1a29486e9fe352ca8806b79c37487855ff4b3d6a (patch)
tree56c22a230a7715a1cb3c979c439aa8f370a4822c /configs/imx8mn_bsh_smm_s2_defconfig
parent007f1d14738a1d4c94ebdb726f0d874f9e08f36d (diff)
downloadu-boot-1a29486e9fe352ca8806b79c37487855ff4b3d6a.tar.xz
configs: imx8mn_bsh_smm_s2: Use nand_base ident for nand identification
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>
Diffstat (limited to 'configs/imx8mn_bsh_smm_s2_defconfig')
-rw-r--r--configs/imx8mn_bsh_smm_s2_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/imx8mn_bsh_smm_s2_defconfig b/configs/imx8mn_bsh_smm_s2_defconfig
index 79995591f2..139cf0392b 100644
--- a/configs/imx8mn_bsh_smm_s2_defconfig
+++ b/configs/imx8mn_bsh_smm_s2_defconfig
@@ -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="> "