From f96c2d96a87a7da6c843242d210720383d73fcbe Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 22 Apr 2009 16:23:47 +0000 Subject: fix warnings, shadowed declarations and style guide violations (all trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4179 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/console/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console') diff --git a/src/console/console.c b/src/console/console.c index 86ec26d312..aeccc14433 100644 --- a/src/console/console.c +++ b/src/console/console.c @@ -83,7 +83,7 @@ int console_tst_byte(void) */ void post_code(uint8_t value) { -#if NO_POST==0 +#if !defined(NO_POST) || NO_POST==0 #if CONFIG_SERIAL_POST==1 printk_emerg("POST: 0x%02x\n", value); #endif -- cgit v1.2.3