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/trats.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/trats.h') diff --git a/include/configs/trats.h b/include/configs/trats.h index 75b1989bb7..3202627a7d 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -46,8 +46,6 @@ #define CONFIG_BOOTBLOCK "10" #define CONFIG_ENV_COMMON_BOOT "${console} ${meminfo}" -#define CONFIG_SYS_MMC_ENV_DEV CONFIG_MMC_DEFAULT_DEV - /* Tizen - partitions definitions */ #define PARTS_CSA "csa-mmc" #define PARTS_BOOT "boot" -- cgit