aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/linux-kexecboot-2.6.29/mmctiming.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/kexecboot/linux-kexecboot-2.6.29/mmctiming.patch')
-rw-r--r--recipes/kexecboot/linux-kexecboot-2.6.29/mmctiming.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes/kexecboot/linux-kexecboot-2.6.29/mmctiming.patch b/recipes/kexecboot/linux-kexecboot-2.6.29/mmctiming.patch
deleted file mode 100644
index ec540ab3cb..0000000000
--- a/recipes/kexecboot/linux-kexecboot-2.6.29/mmctiming.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: git/drivers/mmc/core/core.c
-===================================================================
---- git.orig/drivers/mmc/core/core.c
-+++ git/drivers/mmc/core/core.c
-@@ -284,9 +284,9 @@ void mmc_set_data_timeout(struct mmc_dat
- * The limit is really 250 ms, but that is
- * insufficient for some crappy cards.
- */
-- limit_us = 300000;
-+ limit_us = 500000;
- else
-- limit_us = 100000;
-+ limit_us = 200000;
-
- /*
- * SDHC cards always use these fixed values.