mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
beagleboard: added 2.6.29 kernel from OE
tested on B7 Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
This commit is contained in:
16
meta/packages/linux/linux-omap-2.6.29/mmctiming.patch
vendored
Normal file
16
meta/packages/linux/linux-omap-2.6.29/mmctiming.patch
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user