> From: Peng Fan <[email protected]> > Fix build warning: > warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 > has type ‘u64’ {aka ‘long long unsigned int’} [-Wformat=] > printf("can't find memreg for image %d load address 0x%x, error > %d\n", > warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but > argument 3 has type ‘sc_faddr_t’ {aka ‘long long unsigned int’} [-Wformat=] > debug("memreg %u 0x%lx -- 0x%lx\n", mr, start, end); > Signed-off-by: Peng Fan <[email protected]> Applied to u-boot-imx, master, thanks !
Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: [email protected] =====================================================================

