Dear Marek Vasut, In message <[email protected]> you wrote: > tqm834x.c: In function 'initdram': > tqm834x.c:126: warning: format '%d' expects type 'int', but argument 3 has > type > 'long int' > tqm834x.c: In function 'set_cs_bounds': > tqm834x.c:336: warning: format '%08x' expects type 'unsigned int', but > argument > 2 has type 'long int' > tqm834x.c:336: warning: format '%08x' expects type 'unsigned int', but > argument > 3 has type 'long int' > tqm834x.c: In function 'set_cs_config': > tqm834x.c:354: warning: format '%08x' expects type 'unsigned int', but > argument > 2 has type 'long int' > > Signed-off-by: Marek Vasut <[email protected]> > Cc: Wolfgang Denk <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Mike Frysinger <[email protected]> > --- > board/tqc/tqm834x/tqm834x.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-)
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] "If it ain't broke, don't fix it." - Bert Lantz _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

