16 Sep, 2009

10 commits


15 Sep, 2009

9 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
     
  • Fix warning: ../common/flash.c:668: warning: dereferencing type-punned
    pointer will break strict-aliasing rules

    Signed-off-by: Wolfgang Denk
    Cc: Andrea Marson

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

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

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

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

    Wolfgang Denk
     
  • Fix warnings:
    skge.c: In function 'BoardInitMem':
    skge.c:1389: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skge.c:1390: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skge.c:1391: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skgesirq.c: In function 'SkGePortCheckUpXmac':
    skgesirq.c:1301: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skgesirq.c:1301: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skgesirq.c:1398: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skgesirq.c:1398: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skrlmt.c: In function 'SkRlmtInit':
    skrlmt.c:661: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skxmac2.c: In function 'SkMacPromiscMode':
    skxmac2.c:753: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skxmac2.c:753: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skxmac2.c: In function 'SkMacHashing':
    skxmac2.c:803: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skxmac2.c:803: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skxmac2.c: In function 'SkMacFlushTxFifo':
    skxmac2.c:1115: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skxmac2.c:1115: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skxmac2.c: In function 'SkMacFlushRxFifo':
    skxmac2.c:1145: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skxmac2.c:1145: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skxmac2.c: In function 'SkXmInitPauseMd':
    skxmac2.c:1987: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skxmac2.c:1987: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skxmac2.c: In function 'SkXmOverflowStatus':
    skxmac2.c:4236: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skxmac2.c:4236: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skxmac2.c:4242: warning: dereferencing type-punned pointer will break strict-aliasing rules
    skxmac2.c:4242: warning: dereferencing type-punned pointer will break strict-aliasing rules

    Signed-off-by: Wolfgang Denk
    Cc: Ben Warren

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

    Signed-off-by: Wolfgang Denk
    Cc: Ben Warren

    Wolfgang Denk
     

14 Sep, 2009

6 commits


11 Sep, 2009

15 commits