diff options
| author | Aswath Govindraju <[email protected]> | 2021-07-26 20:58:05 +0530 |
|---|---|---|
| committer | Lokesh Vutla <[email protected]> | 2021-07-27 10:58:49 +0530 |
| commit | acbda111b2c9fc8dd9e0a76ffd9f9d5c16f6ad6e (patch) | |
| tree | d0c87b3ebaab2c091173cff5c893aea2c34ee6e8 /include | |
| parent | a3d58069c4923510ba00b233603412b77e226e0c (diff) | |
configs: am64x_evm: Move CONFIG_SYS_MMC_ENV_DEV and CONFIG_SYS_MMC_ENV_PART to defconfig files and enable configs to save env in eMMC and FAT write.
Kconfig symbols for SYS_MMC_ENV_DEV and SYS_MMC_ENV_PART have been added by
commit 7d080773347c1f6e0e896d9284134a2a411155d6. Therefore, move the
definitions of configs to corresponding board defconfig files and enable
configs to save env in eMMC.
Also enable config for FAT write in U-Boot.
Fixes: 33b7258947f4 ("board: ti: am64x: Add board support for am64x evm")
Signed-off-by: Aswath Govindraju <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/am64x_evm.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/am64x_evm.h b/include/configs/am64x_evm.h index c2c2bf06777..7c520f4395b 100644 --- a/include/configs/am64x_evm.h +++ b/include/configs/am64x_evm.h @@ -115,10 +115,4 @@ #define CONFIG_SYS_USB_FAT_BOOT_PARTITION 1 -/* MMC ENV related defines */ -#ifdef CONFIG_ENV_IS_IN_MMC -#define CONFIG_SYS_MMC_ENV_DEV 0 -#define CONFIG_SYS_MMC_ENV_PART 1 -#endif - #endif /* __CONFIG_AM642_EVM_H */ |
