Fixed bug in mmc driver (can now write to SD-Card within Linux). Changed
[openwrt-10.03/.git] / target / linux / at91-2.6 / patches / 013-at91-mmc1wire.patch
1 --- linux-2.6.21.1.old/drivers/mmc/at91_mci.c   2007-06-05 11:08:39.000000000 +0200
2 +++ linux-2.6.21.1/drivers/mmc/at91_mci.c       2007-06-05 11:28:40.000000000 +0200
3 @@ -79,8 +79,7 @@
4  
5  #define DRIVER_NAME "at91_mci"
6  
7 -//#undef       SUPPORT_4WIRE
8 -#define        SUPPORT_4WIRE
9 +#undef SUPPORT_4WIRE
10  
11  #define FL_SENT_COMMAND        (1 << 0)
12  #define FL_SENT_STOP   (1 << 1)