diff options
Diffstat (limited to 'include/configs/legoev3.h')
-rw-r--r-- | include/configs/legoev3.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h index bd4135e891..1d4e7cd6fc 100644 --- a/include/configs/legoev3.h +++ b/include/configs/legoev3.h @@ -213,17 +213,6 @@ #define CONFIG_SYS_NO_FLASH #define CONFIG_ENV_SIZE (16 << 10) -/* SD/MMC configuration */ -#define CONFIG_GENERIC_MMC - -/* - * Enable MMC commands only when - * MMC support is present - */ -#ifdef CONFIG_MMC -#define CONFIG_DOS_PARTITION -#endif - /* additions for new relocation code, must added to all boards */ #define CONFIG_SYS_SDRAM_BASE 0xc0000000 |