diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2019-02-26 22:45:44 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-03-22 08:35:50 -0400 |
commit | 08b1165ca4beecdc9d6f3a36e843612189bd3ad4 (patch) | |
tree | d36f736789c01c2b6b903f7f3c1c5581f7e946eb /configs/dra7xx_evm_defconfig | |
parent | 6dad56d733b0334f55a10276e4a3bccc8ca32e43 (diff) | |
download | u-boot-08b1165ca4beecdc9d6f3a36e843612189bd3ad4.tar.gz u-boot-08b1165ca4beecdc9d6f3a36e843612189bd3ad4.tar.xz u-boot-08b1165ca4beecdc9d6f3a36e843612189bd3ad4.zip |
configs: dra7xx_evm: Remove ENV_IS_IN_FAT
With U-boot supporting environment in multiple places, enable only
ENV_IS_IN_EMMC
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/dra7xx_evm_defconfig')
-rw-r--r-- | configs/dra7xx_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig index ef061501ef..3f25a2ec28 100644 --- a/configs/dra7xx_evm_defconfig +++ b/configs/dra7xx_evm_defconfig @@ -36,6 +36,7 @@ CONFIG_OF_LIST="dra7-evm dra72-evm dra72-evm-revc dra71-evm dra76-evm" CONFIG_SPL_MULTI_DTB_FIT=y CONFIG_SPL_MULTI_DTB_FIT_UNCOMPRESS_SZ=0x9000 CONFIG_OF_SPL_REMOVE_PROPS="clocks clock-names interrupt-parent" +# CONFIG_ENV_IS_IN_FAT is not set CONFIG_ENV_IS_IN_MMC=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_DM=y |