summaryrefslogtreecommitdiff
path: root/configs/am43xx_evm_usbhost_boot_defconfig
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2020-02-06 15:22:39 +0530
committerLokesh Vutla <lokeshvutla@ti.com>2020-02-13 21:39:18 +0530
commit766d1781c76714ad8c9854ab59816b8e54a8e0c4 (patch)
tree3af672902d9cc891f53e32eceba88d257d0c44a4 /configs/am43xx_evm_usbhost_boot_defconfig
parentb44e6406259ab432b7cb8d5bc4f1216b6c0f6fd6 (diff)
configs: am43xx_evm_usbhost_boot: Add device for environment
Add mmc device partition 0 as the seat of the environment. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'configs/am43xx_evm_usbhost_boot_defconfig')
-rw-r--r--configs/am43xx_evm_usbhost_boot_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am43xx_evm_usbhost_boot_defconfig b/configs/am43xx_evm_usbhost_boot_defconfig
index 75bf84301f..21de5229c1 100644
--- a/configs/am43xx_evm_usbhost_boot_defconfig
+++ b/configs/am43xx_evm_usbhost_boot_defconfig
@@ -42,6 +42,8 @@ CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="am437x-gp-evm"
CONFIG_OF_LIST="am437x-gp-evm am437x-sk-evm am43x-epos-evm am437x-idk-evm"
CONFIG_ENV_IS_IN_FAT=y
+CONFIG_ENV_FAT_INTERFACE="mmc"
+CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
CONFIG_DM=y