diff options
| author | Soeren Moch <[email protected]> | 2019-03-01 13:11:01 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2019-04-13 20:30:09 +0200 |
| commit | 01b7e8f6d4878c1b095627a70f1f10afb4db8078 (patch) | |
| tree | 17eb89753edcf10d64a5a669344d669003461985 /include | |
| parent | 186d95380d282d2f0cd9cdb01b2c3805313c6a69 (diff) | |
board: tbs2910: Convert mmc to driver model
So we don't need to duplicate settings from the device tree in the board file.
Signed-off-by: Soeren Moch <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/tbs2910.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index a211b9d611c..f31cadd9516 100644 --- a/include/configs/tbs2910.h +++ b/include/configs/tbs2910.h @@ -40,13 +40,6 @@ #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE /* select UART1/UART2 */ -/* Filesystems / image support */ - -/* MMC */ -#define CONFIG_SYS_FSL_USDHC_NUM 3 -#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC4_BASE_ADDR -#define CONFIG_SUPPORT_EMMC_BOOT - /* Ethernet */ #define CONFIG_FEC_MXC #define CONFIG_FEC_MXC |
