Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332798
b: refs/heads/master
c: 0462566
h: refs/heads/master
v: v3
  • Loading branch information
Sonic Zhang authored and Chris Ball committed Sep 4, 2012
1 parent a0663ce commit 7bd523d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 109ec8c396eae4d54e14be61719184ec36704d15
refs/heads/master: 0462566b1e3129b2920b63b62a653b70a1bc36fa
4 changes: 4 additions & 0 deletions trunk/drivers/mmc/host/bfin_sdh.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,11 @@ static int __devinit sdh_probe(struct platform_device *pdev)
}

mmc->ops = &sdh_ops;
#if defined(CONFIG_BF54x)
mmc->max_segs = 32;
#elif defined(CONFIG_BF51x)
mmc->max_segs = 1;
#endif
mmc->max_seg_size = 1 << 16;
mmc->max_blk_size = 1 << 11;
mmc->max_blk_count = 1 << 11;
Expand Down

0 comments on commit 7bd523d

Please sign in to comment.