[U-Boot] [PATCH] MIPS: bootm.c: use debug macro to print debug message

2013-01-06 Thread Gabor Juhos
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 --- arch/mips/lib/bootm.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/mips/lib/boot

Re: [U-Boot] [PATCH] MIPS: bootm.c: use debug macro to print debug message

2013-01-06 Thread Daniel Schwierzeck
2013/1/6 Gabor Juhos : > 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 > --- > arch/mips/lib/bootm.c |4 +--- > 1 file changed, 1 insertion(+), 3 deletio