Prevent build breakage without consoles enabled
authorStefan Reinauer <reinauer@chromium.org>
Wed, 1 Jun 2011 21:04:50 +0000 (14:04 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 13 Oct 2011 18:11:33 +0000 (20:11 +0200)
commit513eb5a9568261e5f1fc5b7cb7cbc129cda0f943
tree9182f906a9498f62d850a3faa0cca5998499ca1f
parent71496bea9b84b0d4c0d3576932d72f92b4c6881a
Prevent build breakage without consoles enabled

If all console types are disabled, coreboot will fail to compile because
static code is unused. This patch fixes the issue.

Signed-off-by: Stefan Reinauer <reinauer@google.com>
Change-Id: Ie9c8bf2a78e3aeba4c2908b06bc03f0f5af37db2
Reviewed-on: http://review.coreboot.org/260
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
src/arch/x86/boot/coreboot_table.c