23 Sep, 2009

4 commits


19 Sep, 2009

2 commits


18 Sep, 2009

2 commits


17 Sep, 2009

3 commits


16 Sep, 2009

25 commits


15 Sep, 2009

4 commits

  • Fix warning: ../common/flash.c:917: warning: dereferencing type-punned
    pointer will break strict-aliasing rules

    Signed-off-by: Wolfgang Denk
    Cc: Stefan Roese
    Acked-by: Stefan Roese

    Wolfgang Denk
     
  • Fix warning: flash.c:919: warning: dereferencing type-punned pointer
    will break strict-aliasing rules

    Signed-off-by: Wolfgang Denk
    Cc: Stefan Roese
    Acked-by: Stefan Roese

    Wolfgang Denk
     
  • Fix warnings:
    flash.c: In function 'write_word_1':
    flash.c:696: warning: dereferencing type-punned pointer will break strict-aliasing rules
    flash.c: In function 'write_word_2':
    flash.c:1044: warning: dereferencing type-punned pointer will break strict-aliasing rules

    Signed-off-by: Wolfgang Denk
    Cc: Stefan Roese
    Acked-by: Stefan Roese

    Wolfgang Denk
     
  • Fix build problem caused by commit e84aba13: "Replace BCD2BIN and
    BIN2BCD macros with inline functions"

    phantom.c:163: error: redefinition of 'bcd2bin'
    /home/wd/git/u-boot/work/include/bcd.h:16: error: previous definition of 'bcd2bin' was here
    phantom.c:168: error: redefinition of 'bin2bcd'
    /home/wd/git/u-boot/work/include/bcd.h:21: error: previous definition of 'bin2bcd' was here

    Signed-off-by: Wolfgang Denk
    Cc: Sangmoon Kim

    Wolfgang Denk