From 7d080773347c1f6e0e896d9284134a2a411155d6 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 24 Jul 2020 17:14:47 -0400 Subject: Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig This converts the following to Kconfig: CONFIG_SYS_MMC_ENV_DEV CONFIG_SYS_MMC_ENV_PART Note that with this conversion we now have consistent behavior with respect to ensuring that we have always selected the correct MMC device and hardware partition. Signed-off-by: Tom Rini --- include/configs/am335x_evm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/am335x_evm.h') diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 6de463efa1..9c4ef369c5 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -275,8 +275,6 @@ #if defined(CONFIG_SPI_BOOT) /* SPL related */ #elif defined(CONFIG_EMMC_BOOT) -#define CONFIG_SYS_MMC_ENV_DEV 1 -#define CONFIG_SYS_MMC_ENV_PART 0 #define CONFIG_SYS_MMC_MAX_DEVICE 2 #elif defined(CONFIG_ENV_IS_IN_NAND) #define CONFIG_SYS_ENV_SECT_SIZE CONFIG_SYS_NAND_BLOCK_SIZE -- cgit