diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2015-05-22 17:30:52 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-05-26 15:58:57 +0200 |
commit | e51c1e8eced7f1661994bd3e1caf0ca032455b3e (patch) | |
tree | 50b0eca1a4ea13158f4b719728662f6c80936471 /include/configs/tqma6.h | |
parent | a380ce6e9698257c4e8be4c0711b09c90a8febff (diff) | |
download | u-boot-imx-e51c1e8eced7f1661994bd3e1caf0ca032455b3e.zip u-boot-imx-e51c1e8eced7f1661994bd3e1caf0ca032455b3e.tar.gz u-boot-imx-e51c1e8eced7f1661994bd3e1caf0ca032455b3e.tar.bz2 |
imx6: generic MMC config options to mx6_common
Move all standard mx6 MMC configs to mx6_common.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Tom Rini <trini at konsulko.com>
Diffstat (limited to 'include/configs/tqma6.h')
-rw-r--r-- | include/configs/tqma6.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 13ce4ab..e144f83 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -80,15 +80,8 @@ #define TQMA6_PFUZE100_I2C_BUS 2 /* MMC Configs */ -#define CONFIG_FSL_ESDHC -#define CONFIG_FSL_USDHC #define CONFIG_SYS_FSL_ESDHC_ADDR 0 -#define CONFIG_MMC -#define CONFIG_CMD_MMC -#define CONFIG_GENERIC_MMC -#define CONFIG_BOUNCE_BUFFER - /* USB Configs */ #define CONFIG_CMD_USB #define CONFIG_USB_EHCI |