]> git.sur5r.net Git - u-boot/commit
Fix printf errors under -DDEBUG
authorAndrew Klossner <andrew@cesa.opbu.xerox.com>
Thu, 21 Aug 2008 14:12:26 +0000 (07:12 -0700)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Tue, 9 Sep 2008 22:02:41 +0000 (17:02 -0500)
commit5251469943895de4bb9a04d5053352cc22acb7d5
treeb91675de870141de079e80668bfbf5765c445537
parente0ff3d350d6b7960deb5a881dfc5acf3a63ef676
Fix printf errors under -DDEBUG

Fix printf format-string/arg mismatches under -DDEBUG.

These warnings occur with DEBUG defined for a platform using
cpu/mpc85xx.  Users of other architectures can unearth similar
problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
after "CFLAGS += $(call cc-option,-fno-stack-protector)".

Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
common/image.c
cpu/mpc85xx/interrupts.c
drivers/mtd/cfi_flash.c