• M
    GCC4.6: Squash warnings in 44x_spd_ddr.c · 73dc3075
    Marek Vasut 提交于
    44x_spd_ddr.c: In function 'program_tr0':
    44x_spd_ddr.c:823: warning: format '%x' expects type 'unsigned int', but
    argument 2 has type 'long unsigned int'
    44x_spd_ddr.c: In function 'program_tr1':
    44x_spd_ddr.c:1054: warning: format '%x' expects type 'unsigned int', but
    argument 2 has type 'long unsigned int'
    44x_spd_ddr.c: In function 'program_bxcr':
    44x_spd_ddr.c:1127: warning: format '%d' expects type 'int', but argument 2 has
    type 'long unsigned int'
    44x_spd_ddr.c:1196: warning: format '%d' expects type 'int', but argument 2 has
    type 'long unsigned int'
    44x_spd_ddr.c:1196: warning: format '%d' expects type 'int', but argument 3 has
    type 'long unsigned int'
    44x_spd_ddr.c:1196: warning: format '%d' expects type 'int', but argument 4 has
    type 'long unsigned int'
    44x_spd_ddr.c:1196: warning: format '%d' expects type 'int', but argument 5 has
    type 'long unsigned int'
    44x_spd_ddr.c:1242: warning: format '%d' expects type 'int', but argument 2 has
    type 'long unsigned int'
    Signed-off-by: NMarek Vasut <marek.vasut@gmail.com>
    Cc: Wolfgang Denk <wd@denx.de>
    Cc: Simon Glass <sjg@chromium.org>
    Cc: Mike Frysinger <vapier@gentoo.org>
    73dc3075
44x_spd_ddr.c 30.9 KB