[U-Boot] [PATCH] configs: icorem6: Enable Nand bcb command
Shyam Saini
shyam.saini at amarulasolutions.com
Wed Jun 12 08:43:16 UTC 2019
This would be used for writing spl images along nand BCB
Signed-off-by: Shyam Saini <shyam.saini at amarulasolutions.com>
---
This patch should be applied on top of imx nand bcb [1]patch
series
[1] https://patchwork.ozlabs.org/project/uboot/list/?series=113319
configs/imx6qdl_icore_mmc_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/imx6qdl_icore_mmc_defconfig b/configs/imx6qdl_icore_mmc_defconfig
index b65979967a..d6f72b10a1 100644
--- a/configs/imx6qdl_icore_mmc_defconfig
+++ b/configs/imx6qdl_icore_mmc_defconfig
@@ -15,6 +15,7 @@ CONFIG_DEBUG_UART_BASE=0x021f0000
CONFIG_DEBUG_UART_CLOCK=24000000
CONFIG_SPL_LIBDISK_SUPPORT=y
# CONFIG_CMD_BMODE is not set
+CONFIG_CMD_NANDBCB=y
CONFIG_DEBUG_UART=y
CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y
--
2.11.0
More information about the U-Boot
mailing list