diff options
author | Rick Chen <rick@andestech.com> | 2018-03-20 14:30:52 +0800 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2018-03-30 13:13:45 +0800 |
commit | cf52231a933750e4f34044d3015d5ebff8ae8382 (patch) | |
tree | 5496b6f0c66631c1cafebaba6f2f36c1020c4bc2 /drivers/mmc/ftsdc010_mci.h | |
parent | 2060a691002914593e3e077c39a90147534859fb (diff) | |
download | u-boot-cf52231a933750e4f34044d3015d5ebff8ae8382.tar.gz u-boot-cf52231a933750e4f34044d3015d5ebff8ae8382.tar.bz2 u-boot-cf52231a933750e4f34044d3015d5ebff8ae8382.zip |
mmc: ftsdc010: Drop non-dm code
Only three defconfig(adp-ag101p_defconfig,
adp-ae3xx_defconfig, nx25-ae250_defconfig)
set CONFIG_FTSDC010=y. And they all also
enable CONFIG_DM_MMC. So the non-dm code
of ftsdc010 can be dropped now.
Signed-off-by: Rick Chen <rick@andestech.com>
Signed-off-by: Rick Chen <rickchen36@gmail.com>
Cc: Greentime Hu <green.hu@gmail.com>
Diffstat (limited to 'drivers/mmc/ftsdc010_mci.h')
-rw-r--r-- | drivers/mmc/ftsdc010_mci.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/mmc/ftsdc010_mci.h b/drivers/mmc/ftsdc010_mci.h index 31a27fd772..b8b8bf0961 100644 --- a/drivers/mmc/ftsdc010_mci.h +++ b/drivers/mmc/ftsdc010_mci.h @@ -43,11 +43,6 @@ extern const struct dm_mmc_ops dm_ftsdc010_ops; #endif void ftsdc_setup_cfg(struct mmc_config *cfg, const char *name, int buswidth, uint caps, u32 max_clk, u32 min_clk); -void set_bus_width(struct ftsdc010_mmc __iomem *regs, struct mmc_config *cfg); - -#ifdef CONFIG_BLK int ftsdc010_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg); -#endif - #endif /* __FTSDC010_MCI_H */ |