diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2019-03-14 19:39:04 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-03-22 12:15:17 -0400 |
commit | 72987d38f6170f5fe4a592f5fc542543704e6d39 (patch) | |
tree | 2790ed791050fb46279112e80565b19ddb377c4c /configs/am335x_hs_evm_defconfig | |
parent | a3444bd09af9d92b50149f239facbfc0f0d41290 (diff) | |
download | u-boot-72987d38f6170f5fe4a592f5fc542543704e6d39.tar.gz u-boot-72987d38f6170f5fe4a592f5fc542543704e6d39.tar.xz u-boot-72987d38f6170f5fe4a592f5fc542543704e6d39.zip |
configs: am335x_evm: Add CONFIG_BLK
With DM_MMC and DM_USB enabled, enable CONFIG_BLK.
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Diffstat (limited to 'configs/am335x_hs_evm_defconfig')
-rw-r--r-- | configs/am335x_hs_evm_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/am335x_hs_evm_defconfig b/configs/am335x_hs_evm_defconfig index faa6c2b05f..825b0f31a1 100644 --- a/configs/am335x_hs_evm_defconfig +++ b/configs/am335x_hs_evm_defconfig @@ -32,7 +32,6 @@ CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="am335x-evm" CONFIG_OF_LIST="am335x-evm am335x-bone am335x-boneblack am335x-evmsk am335x-bonegreen am335x-icev2" CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y -# CONFIG_BLK is not set CONFIG_BOOTCOUNT_LIMIT=y CONFIG_DFU_MMC=y CONFIG_DFU_NAND=y |