rename CONFIG_SERIAL_POST to CONFIG_CONSOLE_POST
[coreboot.git] / src / console / post.c
index 43d50492f31a4eb4c317d3562c129b71f151abfa..49f6311303a8170e976b1abd64ab8d3bd56d84d1 100644 (file)
@@ -27,7 +27,7 @@
 void post_code(uint8_t value)
 {
 #if !defined(CONFIG_NO_POST) || CONFIG_NO_POST==0
-#if CONFIG_SERIAL_POST==1
+#if CONFIG_CONSOLE_POST==1
        print_emerg("POST: 0x");
        print_emerg_hex8(value);
        print_emerg("\n");