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/uniphier_v7_defconfig | |
parent | c1c6e4a9da674bce5980d82f8a70a56e023e58c3 (diff) | |
download | u-boot-0cfccb54014bf488c300dad07b9d1c07d8fcd3f2.tar.gz u-boot-0cfccb54014bf488c300dad07b9d1c07d8fcd3f2.tar.xz 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/uniphier_v7_defconfig')
-rw-r--r-- | configs/uniphier_v7_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/uniphier_v7_defconfig b/configs/uniphier_v7_defconfig index 80b892fca4..112234df9f 100644 --- a/configs/uniphier_v7_defconfig +++ b/configs/uniphier_v7_defconfig @@ -43,6 +43,7 @@ CONFIG_I2C_EEPROM=y CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS=10 CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_MMC_UNIPHIER=y +CONFIG_MTD=y CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_CFI=y CONFIG_MTD_RAW_NAND=y @@ -60,4 +61,3 @@ CONFIG_USB_DWC3=y CONFIG_USB_DWC3_UNIPHIER=y CONFIG_PANIC_HANG=y CONFIG_FDT_FIXUP_PARTITIONS=y -CONFIG_MTD=y |