diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-13 19:44:53 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-13 19:44:53 -0500 |
commit | 4114a2614b0b7e3f147e2903a8e1d498c4cfb4ba (patch) | |
tree | 218ddd8f30c05b9c552d628bd5ac5be3981e71a1 /configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | |
parent | c80cc3df3d196302c401e45c92d8a769c55e78e9 (diff) | |
download | u-boot-4114a2614b0b7e3f147e2903a8e1d498c4cfb4ba.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/ls2088ardb_qspi_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig b/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig index 6d3708fec9..e5712db330 100644 --- a/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig +++ b/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig @@ -26,6 +26,7 @@ CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2088a-rdb-qspi" CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM=y +CONFIG_DM_MMC=y CONFIG_FSL_ESDHC=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y @@ -53,5 +54,3 @@ CONFIG_USB_STORAGE=y CONFIG_RSA=y CONFIG_RSA_SOFTWARE_EXP=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y -CONFIG_BLK=y -CONFIG_DM_MMC=y |