From: Shyam Saini Date: Wed, 12 Jun 2019 08:43:16 +0000 (+0530) Subject: configs: icorem6: Enable Nand bcb command X-Git-Tag: v2019.10-rc1~9^2~39 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3df45ded67aa0cdbf205049ab9406bd26f36363e;p=oweals%2Fu-boot.git configs: icorem6: Enable Nand bcb command This would be used for writing spl images along nand BCB Signed-off-by: Shyam Saini --- diff --git a/configs/imx6qdl_icore_mmc_defconfig b/configs/imx6qdl_icore_mmc_defconfig index b15c547e37..353582a6c7 100644 --- a/configs/imx6qdl_icore_mmc_defconfig +++ b/configs/imx6qdl_icore_mmc_defconfig @@ -14,6 +14,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