diff options
author | Shyam Saini <shyam.saini@amarulasolutions.com> | 2019-06-12 14:13:16 +0530 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-07-19 20:14:50 +0200 |
commit | 3df45ded67aa0cdbf205049ab9406bd26f36363e (patch) | |
tree | 1864ea6906a75abf55c7ac532d9bd07e41d13366 | |
parent | 7a9a246c0d74a63a0bb4c7448f30e79e38e13d12 (diff) |
configs: icorem6: Enable Nand bcb command
This would be used for writing spl images along nand BCB
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com>
-rw-r--r-- | configs/imx6qdl_icore_mmc_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |