[U-Boot] [PATCH] [resubmit] Fix printf errors under -DDEBUG

Andy Fleming afleming at gmail.com
Wed Sep 10 00:06:43 CEST 2008


On Thu, Aug 21, 2008 at 9:12 AM, Andrew Klossner
<andrew at 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 at cesa.opbu.xerox.com>

Applied with minor changes (lib_ppc/bootm.c code you changed got moved
to common/image.c)

Thanks,
Andy


More information about the U-Boot mailing list