commit | 7ddfafc7c41adc3019347318262da9ee9df0d43c | [log] [tgz] |
---|---|---|
author | Andrew Klossner <andrew@cesa.opbu.xerox.com> | Thu Aug 21 07:12:26 2008 -0700 |
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | Tue Sep 09 17:02:41 2008 -0500 |
tree | b91675de870141de079e80668bfbf5765c445537 | |
parent | b937cc5ea9867f0923cc2831230ff528a8399e9a [diff] |
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>