]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: bootm.c: use debug macro to print debug message
authorGabor Juhos <juhosg@openwrt.org>
Sun, 6 Jan 2013 00:54:20 +0000 (00:54 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 16 Jan 2013 09:52:07 +0000 (10:52 +0100)
commit75a279c8f28539f560a23425073d97ffee746716
tree513f4a1a0ebef4df170456f12d2a6b831aa88571
parent3a9d879f6f64585b819af728b53be0a05037fe0d
MIPS: bootm.c: use debug macro to print debug message

The '## Transferring control ...' message is printed
only if DEBUG is enabled. Get rid of the 'ifdef DEBUG'
statement and use the debug macro instead.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
arch/mips/lib/bootm.c