s5pc1xx: mmc: increase max block size JA04_20100116
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 15 Jan 2010 15:02:36 +0000 (00:02 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 15 Jan 2010 15:02:36 +0000 (00:02 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
cpu/arm_cortexa8/s5pc1xx/usb_downloader.c

index c641663..ba8e06b 100644 (file)
@@ -145,8 +145,8 @@ static void usbd_set_mmc_dev(struct usbd_ops *usbd)
        struct mmc *mmc;
 
        usbd->mmc_dev = 0;
-       /* FIX 0x400 */
-       usbd->mmc_max = 0x400;
+       /* FIXME */
+       usbd->mmc_max = 0x8000;
        /* get from mmc->capacity?? */
        usbd->mmc_total = 0xf50000;     /* 8GB / 0x200  */