1. 16 5月, 2009 12 次提交
  2. 15 5月, 2009 2 次提交
  3. 13 5月, 2009 1 次提交
  4. 06 5月, 2009 5 次提交
  5. 02 5月, 2009 2 次提交
  6. 01 5月, 2009 9 次提交
  7. 30 4月, 2009 6 次提交
  8. 29 4月, 2009 1 次提交
  9. 28 4月, 2009 2 次提交
    • A
      video: fix bug in cfb_console.c code · 3dcbe628
      Anatolij Gustschin 提交于
      Fix bug in drawing long version/info strings:
      U-Boot version string like
      "U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX"
      is long and doesn't wrap around correctly while drawing
      beside the logo. Such long strings partially overwrite
      the logo. This patch is an attempt to fix it.
      Signed-off-by: NAnatolij Gustschin <agust@denx.de>
      3dcbe628
    • W
      cmd_ext2.c: fix compile warnings · 4d9eab89
      Wolfgang Denk 提交于
      Get rid of these warnings:
      
      cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int'
      cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int'
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      4d9eab89