aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-12-03 13:58:12 +0000
committerSimon Glass <sjg@chromium.org>2012-12-06 14:30:43 -0800
commit300081aa68d705ce954c516751a9c03efa1fba5e (patch)
tree717d2a5cbd502c5e3d8a926fb004dde9b3ca913f /include
parent2712f08898de84a9688b4a7b7752ba27e71d63ef (diff)
x86: Emit port 80 post codes in show_boot_progress()
This helps us monitor boot progress and determine where U-Boot dies if there are any problems. Signed-off-by: Stefan Reinauer <reinauer@google.com> Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/coreboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index e45ecad7b..94b691763 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -35,7 +35,7 @@
* (easy to change)
*/
#define CONFIG_SYS_COREBOOT
-#undef CONFIG_SHOW_BOOT_PROGRESS
+#define CONFIG_SHOW_BOOT_PROGRESS
#define CONFIG_LAST_STAGE_INIT
#define CONFIG_X86_NO_RESET_VECTOR
#define CONFIG_SYS_VSNPRINTF