summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-12-19 15:51:47 -0800
committerGerrit <chrome-bot@google.com>2011-12-21 15:28:55 -0800
commite556ed94785fd7047eadfc9e1543d6471f47b6c4 (patch)
tree861ded82241870378fcf545a62b5f7d24815c084 /include/configs
parentf894ecd4f6bd4f1598bd25c88752eb73567c073e (diff)
CHROMIUM: config: delay console init until after relocation
Turning on this option saves about 20ms boot time. BUG=chromium-os:22938 TEST=build and boot on Kaen Change-Id: I06ec0ae0da4afc208ca7952dfa42e725f5a67d4c Reviewed-on: https://gerrit.chromium.org/gerrit/13208 Commit-Ready: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/chromeos_seaboard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/chromeos_seaboard.h b/include/configs/chromeos_seaboard.h
index 6cd1302d5a..55172089f9 100644
--- a/include/configs/chromeos_seaboard.h
+++ b/include/configs/chromeos_seaboard.h
@@ -21,4 +21,7 @@
/* Store the VbNvContext in the first block of the disk. */
#define CHROMEOS_VBNVCONTEXT_LBA 0
+/* Delay console init until after relocation (saves boot time) */
+#define CONFIG_DELAY_CONSOLE
+
#endif /* __configs_chromeos_seaboard_h__ */