diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-08 09:08:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-08 09:08:39 -0400 |
commit | b11dc33e361a84ca41604e49ec22635bf5d2eb4c (patch) | |
tree | a5523298d2304058968395c34452aaefd37923c5 /configs/T2080QDS_SECURE_BOOT_defconfig | |
parent | 67887903afc3615070dd878f6e0420d34b30274c (diff) | |
download | u-boot-b11dc33e361a84ca41604e49ec22635bf5d2eb4c.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/T2080QDS_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/T2080QDS_SECURE_BOOT_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/T2080QDS_SECURE_BOOT_defconfig b/configs/T2080QDS_SECURE_BOOT_defconfig index 4119bfbd1f..9b3f709c87 100644 --- a/configs/T2080QDS_SECURE_BOOT_defconfig +++ b/configs/T2080QDS_SECURE_BOOT_defconfig @@ -32,6 +32,7 @@ CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="t2080qds" CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_DM=y +CONFIG_DM_I2C=y CONFIG_DM_MMC=y CONFIG_FSL_ESDHC=y CONFIG_MTD=y @@ -67,4 +68,3 @@ CONFIG_USB_STORAGE=y CONFIG_RSA=y CONFIG_SPL_RSA=y CONFIG_RSA_SOFTWARE_EXP=y -CONFIG_DM_I2C=y |