]> Git Repo - u-boot.git/commit
Fix printf errors under -DDEBUG
authorAndrew Klossner <[email protected]>
Thu, 21 Aug 2008 14:12:26 +0000 (07:12 -0700)
committerAndrew Fleming-AFLEMING <[email protected]>
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 <[email protected]>
Signed-off-by: Andy Fleming <[email protected]>
common/image.c
cpu/mpc85xx/interrupts.c
drivers/mtd/cfi_flash.c
This page took 0.034389 seconds and 4 git commands to generate.