summaryrefslogtreecommitdiffstats
path: root/include/mmc.h
diff options
context:
space:
mode:
authorAndy Fleming <afleming@freescale.com>2008-10-30 16:19:25 -0500
committerAndy Fleming <afleming@freescale.com>2009-02-16 18:07:40 -0600
commitb2e2ed0233a5ef299361abec4fbdaefb63456eff (patch)
treeff07986e344483f9813677931b235d5bc10655ec /include/mmc.h
parente1be0d25ecf494ae81245ca438738ba839d6329b (diff)
downloadblackbird-obmc-uboot-b2e2ed0233a5ef299361abec4fbdaefb63456eff.tar.gz
blackbird-obmc-uboot-b2e2ed0233a5ef299361abec4fbdaefb63456eff.zip
Eliminate support for using MMC as memory
MMC cards are not memory, so we stop treating them that way. Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/mmc.h')
-rw-r--r--include/mmc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mmc.h b/include/mmc.h
index 19c76fe4cd..26b955304b 100644
--- a/include/mmc.h
+++ b/include/mmc.h
@@ -52,6 +52,5 @@
int mmc_init(int verbose);
int mmc_read(ulong src, uchar *dst, int size);
int mmc_write(uchar *src, ulong dst, int size);
-int mmc2info(ulong addr);
#endif /* _MMC_H_ */
OpenPOWER on IntegriCloud