Linux下FL2440 2.6.28 SD卡驱动BUG解决
FL2440的2.6.28的内核,SD卡驱动默认是有问题的,在linux-2.6.28.7driversmmchost目录的s3cmci.c文件的do_pio_write函数中做如下修改:static void do_pio_write(struct s3cmci_host *host){void __iomem *to_ptr;int res;u32 fifo;u32 *ptr; to_ptr = host->base + host->sdi...