projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a1af7a
)
fsl_esdhc.c: Always make check_and_invalidate_dcache_range available
author
Tom Rini
<trini@konsulko.com>
Sun, 2 Aug 2015 14:27:52 +0000
(10:27 -0400)
committer
Tom Rini
<trini@konsulko.com>
Sun, 2 Aug 2015 14:27:52 +0000
(10:27 -0400)
This function is called from esdhc_send_cmd so we need it available to
everyone.
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/mmc/fsl_esdhc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/fsl_esdhc.c
b/drivers/mmc/fsl_esdhc.c
index 0510bf02f41bbf28d2b93ed0ae4f958da358d230..0b370026592eac36cf127b2ce6eb7c9df7b4cd2c 100644
(file)
--- a/
drivers/mmc/fsl_esdhc.c
+++ b/
drivers/mmc/fsl_esdhc.c
@@
-274,7
+274,6
@@
static int esdhc_setup_data(struct mmc *mmc, struct mmc_data *data)
return 0;
}
-#ifndef CONFIG_SYS_FSL_ESDHC_USE_PIO
static void check_and_invalidate_dcache_range
(struct mmc_cmd *cmd,
struct mmc_data *data) {
@@
-297,7
+296,6
@@
static void check_and_invalidate_dcache_range
#endif
invalidate_dcache_range(start, end);
}
-#endif
/*
* Sends a command out on the bus. Takes the mmc pointer,