From e556ed94785fd7047eadfc9e1543d6471f47b6c4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 19 Dec 2011 15:51:47 -0800 Subject: 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 Reviewed-by: Simon Glass Tested-by: Simon Glass --- include/configs/chromeos_seaboard.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/chromeos_seaboard.h b/include/configs/chromeos_seaboard.h index 6cd1302d5a5..55172089f9a 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__ */ -- cgit v1.2.3