configs: icorem6: Enable Nand bcb command

Message ID 20190612084316.8756-1-shyam.saini@amarulasolutions.com
State New
Headers show
Series
  • configs: icorem6: Enable Nand bcb command
Related show

Commit Message

Shyam Saini June 12, 2019, 8:43 a.m. UTC
This would be used for writing spl images along nand BCB

Signed-off-by: Shyam Saini <shyam.saini@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(+)

Patch

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