On Oct 25, 2011, at 4:37 AM, Marek Vasut wrote: > ddr1_dimm_params.c: In function 'compute_ranksize': > ddr1_dimm_params.c:44: warning: format '%08x' expects type 'unsigned int', but > argument 2 has type 'long long unsigned int' > > ddr2_dimm_params.c: In function 'compute_ranksize': > ddr2_dimm_params.c:43: warning: format '%08x' expects type 'unsigned int', but > argument 2 has type 'long long unsigned int' > > ddr3_dimm_params.c: In function 'compute_ranksize': > ddr3_dimm_params.c:74: warning: format '%16lx' expects type 'long unsigned > int', > but argument 2 has type 'long long unsigned int' > > Signed-off-by: Marek Vasut <[email protected]> > Cc: Wolfgang Denk <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Mike Frysinger <[email protected]> > --- > arch/powerpc/cpu/mpc8xxx/ddr/ddr1_dimm_params.c | 2 +- > arch/powerpc/cpu/mpc8xxx/ddr/ddr2_dimm_params.c | 2 +- > arch/powerpc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-)
Acked-by: Kumar Gala <[email protected]> [ Are individual maintainers pick these up or is Wolfgang? ] - k _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

