diff options
author | Tom Rini <trini@konsulko.com> | 2019-12-04 17:18:38 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-04 17:18:38 -0500 |
commit | 0cfccb54014bf488c300dad07b9d1c07d8fcd3f2 (patch) | |
tree | 731263c81f47c3995562b34f62e54fc4a08affda /configs/T1024RDB_NAND_defconfig | |
parent | c1c6e4a9da674bce5980d82f8a70a56e023e58c3 (diff) | |
download | u-boot-0cfccb54014bf488c300dad07b9d1c07d8fcd3f2.tar.gz u-boot-0cfccb54014bf488c300dad07b9d1c07d8fcd3f2.tar.bz2 u-boot-0cfccb54014bf488c300dad07b9d1c07d8fcd3f2.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/T1024RDB_NAND_defconfig')
-rw-r--r-- | configs/T1024RDB_NAND_defconfig | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configs/T1024RDB_NAND_defconfig b/configs/T1024RDB_NAND_defconfig index 59064f9138..f324ec2e98 100644 --- a/configs/T1024RDB_NAND_defconfig +++ b/configs/T1024RDB_NAND_defconfig @@ -53,7 +53,9 @@ CONFIG_ENV_IS_IN_NAND=y CONFIG_DM=y CONFIG_FSL_CAAM=y CONFIG_SYS_FSL_DDR3=y +CONFIG_DM_MMC=y CONFIG_FSL_ESDHC=y +CONFIG_MTD=y CONFIG_MTD_NOR_FLASH=y CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y @@ -77,7 +79,3 @@ CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_FSL_ESPI=y CONFIG_USB=y -CONFIG_USB_STORAGE=y -CONFIG_DM_MMC=y -CONFIG_MTD=y -CONFIG_MTD_RAW_NAND=y |