diff options
Diffstat (limited to 'include/configs/brxre1.h')
-rw-r--r-- | include/configs/brxre1.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/brxre1.h b/include/configs/brxre1.h index 98f8901d8f7..02094b58af3 100644 --- a/include/configs/brxre1.h +++ b/include/configs/brxre1.h @@ -43,7 +43,6 @@ /* GPIO */ /* MMC/SD IP block */ -#define CONFIG_GENERIC_MMC #define CONFIG_SUPPORT_EMMC_BOOT /* Always 64 KiB env size */ @@ -127,7 +126,6 @@ BUR_COMMON_ENV \ * enabled a number of useful commands and support. */ #if defined(CONFIG_MMC) || defined(CONFIG_USB_STORAGE) -#define CONFIG_DOS_PARTITION #define CONFIG_FAT_WRITE #endif /* CONFIG_MMC, ... */ |