
10 Sep
2008
10 Sep
'08
12:06 a.m.
On Thu, Aug 21, 2008 at 9:12 AM, Andrew Klossner andrew@cesa.opbu.xerox.com wrote:
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
Applied with minor changes (lib_ppc/bootm.c code you changed got moved to common/image.c)
Thanks, Andy