Skip to content
Snippets Groups Projects
  1. May 15, 2009
  2. May 12, 2009
  3. May 06, 2009
  4. May 01, 2009
  5. Apr 30, 2009
  6. Apr 29, 2009
  7. Apr 28, 2009
    • Anatolij Gustschin's avatar
      video: fix bug in cfb_console.c code · 3dcbe628
      Anatolij Gustschin authored
      
      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: default avatarAnatolij Gustschin <agust@denx.de>
      3dcbe628
    • Wolfgang Denk's avatar
      cmd_ext2.c: fix compile warnings · 4d9eab89
      Wolfgang Denk authored
      
      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: default avatarWolfgang Denk <wd@denx.de>
      4d9eab89
  8. Apr 27, 2009
Loading