From patchwork Thu Feb 6 09:52:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Faiz Abbas X-Patchwork-Id: 236011 List-Id: U-Boot discussion From: faiz_abbas at ti.com (Faiz Abbas) Date: Thu, 6 Feb 2020 15:22:39 +0530 Subject: [PATCH 2/2] configs: am43xx_evm_usbhost_boot: Add device for environment In-Reply-To: <20200206095239.29913-1-faiz_abbas@ti.com> References: <20200206095239.29913-1-faiz_abbas@ti.com> Message-ID: <20200206095239.29913-3-faiz_abbas@ti.com> Add mmc device partition 0 as the seat of the environment. Signed-off-by: Faiz Abbas --- configs/am43xx_evm_usbhost_boot_defconfig | 2 ++ 1 file changed, 2 insertions(+) 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