Commit 08b1165ca4beecdc9d6f3a36e843612189bd3ad4

Authored by Faiz Abbas
Committed by Tom Rini
1 parent 6dad56d733

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>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

configs/dra7xx_evm_defconfig
... ... @@ -36,6 +36,7 @@
36 36 CONFIG_SPL_MULTI_DTB_FIT=y
37 37 CONFIG_SPL_MULTI_DTB_FIT_UNCOMPRESS_SZ=0x9000
38 38 CONFIG_OF_SPL_REMOVE_PROPS="clocks clock-names interrupt-parent"
  39 +# CONFIG_ENV_IS_IN_FAT is not set
39 40 CONFIG_ENV_IS_IN_MMC=y
40 41 CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
41 42 CONFIG_DM=y
configs/dra7xx_hs_evm_defconfig
... ... @@ -40,6 +40,7 @@
40 40 CONFIG_SPL_MULTI_DTB_FIT=y
41 41 CONFIG_SPL_MULTI_DTB_FIT_UNCOMPRESS_SZ=0x9000
42 42 CONFIG_OF_SPL_REMOVE_PROPS="clocks clock-names interrupt-parent"
  43 +# CONFIG_ENV_IS_IN_FAT is not set
43 44 CONFIG_ENV_IS_IN_MMC=y
44 45 CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
45 46 CONFIG_DM=y