commit | bd4a3997f1869113b7ff5881d507b5baab557a6e | [log] [tgz] |
---|---|---|
author | Paul B. Henson <henson@acm.org> | Sat Aug 03 21:29:09 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Fri Aug 16 13:45:15 2013 -0400 |
tree | 52c710b07fec817a0209193265c60f223ec61e5d | |
parent | 8d51aacd8cd99adb9e58933951602c4f43e90aa1 [diff] |
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>