diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-24 17:14:47 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-08 11:03:52 -0400 |
commit | 7d080773347c1f6e0e896d9284134a2a411155d6 (patch) | |
tree | d1980362503baa76640290b557206aaad17fab2f /include/configs/ls2080aqds.h | |
parent | b904d79e4809bf35cf53c2e5fee0f73647bab07a (diff) | |
download | u-boot-7d080773347c1f6e0e896d9284134a2a411155d6.tar.gz |
Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigWIP/08Aug2020
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 <trini@konsulko.com>
Diffstat (limited to 'include/configs/ls2080aqds.h')
-rw-r--r-- | include/configs/ls2080aqds.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/ls2080aqds.h b/include/configs/ls2080aqds.h index 751325ad69..9e174afb92 100644 --- a/include/configs/ls2080aqds.h +++ b/include/configs/ls2080aqds.h @@ -56,10 +56,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \ CONFIG_SYS_SCSI_MAX_LUN) -#ifdef CONFIG_TFABOOT -#define CONFIG_SYS_MMC_ENV_DEV 0 -#endif - #define CONFIG_SYS_NOR0_CSPR_EXT (0x0) #define CONFIG_SYS_NOR_AMASK IFC_AMASK(128*1024*1024) #define CONFIG_SYS_NOR_AMASK_EARLY IFC_AMASK(64*1024*1024) @@ -227,8 +223,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SPL_PAD_TO 0x20000 #define CONFIG_SYS_NAND_U_BOOT_OFFS (256 * 1024) #define CONFIG_SYS_NAND_U_BOOT_SIZE (640 * 1024) -#elif defined(CONFIG_SD_BOOT) -#define CONFIG_SYS_MMC_ENV_DEV 0 #endif #else #define CONFIG_SYS_CSPR0_EXT CONFIG_SYS_NOR0_CSPR_EXT |