diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2019-02-27 13:29:37 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-12 08:05:50 -0400 |
commit | 8a8f59a0ce113bde6cc61c3c62ed86e92eae33a5 (patch) | |
tree | 1b430eec231a919432c26a9a699d45fd0d943588 /configs/dra7xx_evm_defconfig | |
parent | b3b2a9ea3e63aff50467d4bdefc48274705a77e9 (diff) | |
download | u-boot-8a8f59a0ce113bde6cc61c3c62ed86e92eae33a5.tar.gz u-boot-8a8f59a0ce113bde6cc61c3c62ed86e92eae33a5.tar.xz u-boot-8a8f59a0ce113bde6cc61c3c62ed86e92eae33a5.zip |
configs: dra71x-evm: Add Support for NAND
Add NAND support to dra71x-evm defconfig
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Diffstat (limited to 'configs/dra7xx_evm_defconfig')
-rw-r--r-- | configs/dra7xx_evm_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig index 598a2a380f..499b31774d 100644 --- a/configs/dra7xx_evm_defconfig +++ b/configs/dra7xx_evm_defconfig @@ -28,6 +28,7 @@ CONFIG_SPL_OS_BOOT=y CONFIG_SPL_SPI_LOAD=y CONFIG_CMD_SPL=y # CONFIG_CMD_FLASH is not set +CONFIG_CMD_NAND=y # CONFIG_CMD_SETEXPR is not set CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y @@ -66,6 +67,8 @@ CONFIG_MMC_UHS_SUPPORT=y CONFIG_MMC_HS200_SUPPORT=y CONFIG_SPL_MMC_HS200_SUPPORT=y CONFIG_MMC_OMAP_HS=y +CONFIG_NAND=y +CONFIG_SYS_NAND_BUSWIDTH_16BIT=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SF_DEFAULT_MODE=0 |