From b1b78896440dcf0d912e7638b22d8844c76a5177 Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Sat, 16 Jan 2010 00:02:36 +0900 Subject: [PATCH] s5pc1xx: mmc: increase max block size Signed-off-by: Minkyu Kang --- cpu/arm_cortexa8/s5pc1xx/usb_downloader.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/arm_cortexa8/s5pc1xx/usb_downloader.c b/cpu/arm_cortexa8/s5pc1xx/usb_downloader.c index c641663..ba8e06b 100644 --- a/cpu/arm_cortexa8/s5pc1xx/usb_downloader.c +++ b/cpu/arm_cortexa8/s5pc1xx/usb_downloader.c @@ -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 */ -- 2.7.4