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>
bootstage_mark(BOOTSTAGE_ID_RUN_OS);
-#ifdef DEBUG
- printf("## Transferring control to Linux (at address %08lx) ...\n",
+ debug("## Transferring control to Linux (at address %08lx) ...\n",
(ulong) theKernel);
-#endif
linux_params_init(UNCACHED_SDRAM(gd->bd->bi_boot_params), commandline);