]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
bootm: fix conditional controlling call to fixup_silent_linux
authorPaul B. Henson <henson@acm.org>
Sun, 4 Aug 2013 04:29:09 +0000 (21:29 -0700)
committerTom Rini <trini@ti.com>
Fri, 16 Aug 2013 17:45:15 +0000 (13:45 -0400)
commitbd4a3997f1869113b7ff5881d507b5baab557a6e
tree52c710b07fec817a0209193265c60f223ec61e5d
parent8d51aacd8cd99adb9e58933951602c4f43e90aa1
bootm: fix conditional controlling call to fixup_silent_linux

This function is only defined if CONFIG_SILENT_CONSOLE is set and
CONFIG_SILENT_U_BOOT_ONLY is not set, the call to it should be based
on the same conditions.

Signed-off-by: Paul B. Henson <henson@acm.org>
Acked-by: Simon Glass <sjg@chromium.org>
common/cmd_bootm.c