1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

qi-glamo-mmc-multiblock-read.patch

Improve glamo-mmc so that it uses MMC_READ_MULTIPLE_BLOCK and copes with
64 blocks in one command (and STOP sent after each set), instead of sending
a new command per-block

Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
Andy Green
2008-11-28 10:16:41 +00:00
committed by Andy Green
parent f46dc9e4ab
commit cff19a41ce
2 changed files with 27 additions and 10 deletions

View File

@@ -400,7 +400,7 @@ const struct board_api board_api_gta02 = {
"rootfstype=ext3 " \
"root=/dev/mmcblk0p1 " \
"console=ttySAC2,115200 " \
"loglevel=8 " \
"loglevel=4 " \
"init=/sbin/init "\
"ro"
},
@@ -420,7 +420,7 @@ const struct board_api board_api_gta02 = {
"rootfstype=jffs2 " \
"root=/dev/mtdblock6 " \
"console=ttySAC2,115200 " \
"loglevel=3 " \
"loglevel=8 " \
"init=/sbin/init "\
"ro"
},