updates for the E325
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1460 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user