diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-03-22 04:23:57 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-03-22 04:23:57 +0000 |
commit | 7ebb9e9eb87ffb400aa09430c582b1a51b7fc5c7 (patch) | |
tree | cdc3c5b07662fe2cb4d3cced0bef7d22e71e230c /src/console/console.c | |
parent | 132f2c49003a647c3d063de0efe42a2ed64fc3b3 (diff) |
updates for the E325
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1460 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/console/console.c')
-rw-r--r-- | src/console/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/console.c b/src/console/console.c index 90557436df..7a99cd49f3 100644 --- a/src/console/console.c +++ b/src/console/console.c @@ -82,7 +82,7 @@ int console_tst_byte(void) */ void post_code(uint8_t value) { -#if !defined(NO_POST) +#if NO_POST==0 #if CONFIG_SERIAL_POST==1 printk_emerg("POST: 0x%02x\n", value); #endif |