diff options
| author | Tom Rini <[email protected]> | 2017-01-15 13:33:30 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-01-15 13:33:30 -0500 |
| commit | 035ebf85b09cf11c820ae9eec414097420741abd (patch) | |
| tree | f7d33017f8aa4120ef6943caf5ab39dd41216083 /include | |
| parent | cc422dae217924d9fe63258e39d309d84d70d437 (diff) | |
| parent | 68e7999ba9de0a15dd3dc99e078b70f41eb98c82 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-spi
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/edb93xx.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/edb93xx.h b/include/configs/edb93xx.h index a83c617d89f..9080b9a473d 100644 --- a/include/configs/edb93xx.h +++ b/include/configs/edb93xx.h @@ -229,16 +229,6 @@ #define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE -/* Define to enable MMC on SPI support */ -/* #define CONFIG_EP93XX_SPI_MMC */ - -#ifdef CONFIG_EP93XX_SPI_MMC -#define CONFIG_EP93XX_SPI -#define CONFIG_GENERIC_MMC -#define CONFIG_MMC_SPI -#define CONFIG_MMC_SPI_NPOWER_EGPIO 9 -#endif - #define CONFIG_USB_OHCI_NEW #define CONFIG_USB_OHCI_EP93XX #define CONFIG_SYS_USB_OHCI_CPU_INIT |
