1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-13 21:21:06 +02:00

4 Commits

Author SHA1 Message Date
Xiangfu Liu
d0d0131a0e [uboot-xbust] fixed the [src] overflow when
it calculate by block-num * blokc-size

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-10-25 11:32:24 +08:00
Xiangfu Liu
1ceee39ceb cleanup scripts/build a little. make it save un-commit stuff by git stash
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-10-22 15:11:43 +08:00
Xiangfu Liu
ee76fb4f89 remove useless functions in jz_mmc.c:
mmc_block_write,
  mmc_write,
  mmc_ident,
  mmc2info

remove auto-generate file:
  board/xburst/nanonote/config.tmp

cleanup the mmc_bread function:
  since we always read block, no aligned problem.

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-10-18 22:53:50 +08:00
Xiangfu Liu
d2f389bd2b move mmc files to drivers/mmc/
move lcm files to drivers/video/

cleanup jz_mmc output, make it more readable.

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-10-18 16:17:16 +08:00