summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorSam Wu <yihui.wu@amlogic.com>2015-06-04 11:29:54 +0800
committerXiaobo Gu <xiaobo.gu@amlogic.com>2015-06-03 23:56:57 -0700
commit247ae04dd0adec63333e725b37d28a7f20b193e1 (patch)
treea5b23870202f01dac876d147fc9767919b409210 /fs
parent4db0c8ba9eb0a9bc306498999a5eb162601508b4 (diff)
downloadu-boot-odroid-c1-247ae04dd0adec63333e725b37d28a7f20b193e1.tar.gz
[GXBB] EMMC driver and factory burning update
1, Burning code added in path 'drivers/usb/gadget/v2_burning/'; 2, Emmc driver and store_interface updated from Larson/yulong; 3, Store interface updated by yulong; 4, USB burning tested ok in skt emmc flash. 5, fix bug when burning bootloader when size align to 64k Change-Id: I3b7e72dfb38542a51b3e3bfb14bfa6df12d5339d Signed-off-by: Sam Wu <yihui.wu@amlogic.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/fat/fat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fat/fat.c b/fs/fat/fat.c
index bccc3e3ed8..57af24941a 100644
--- a/fs/fat/fat.c
+++ b/fs/fat/fat.c
@@ -43,7 +43,7 @@ static disk_partition_t cur_part_info;
#define DOS_FS_TYPE_OFFSET 0x36
#define DOS_FS32_TYPE_OFFSET 0x52
-static int disk_read(__u32 block, __u32 nr_blocks, void *buf)
+int disk_read(__u32 block, __u32 nr_blocks, void *buf)
{
if (!cur_dev || !cur_dev->block_read)
return -1;