diff options
author | Simon Glass <sjg@chromium.org> | 2011-12-19 15:43:26 -0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2012-01-05 19:18:07 -0800 |
commit | 66b8d3044cfcbdaa750514f5c09012bbcd28dfaf (patch) | |
tree | ed3426d3b3e6d287b1be55ee9fea160165451d2d /include | |
parent | 13c98e6123149f682d283e03f86eae9ba8951c34 (diff) |
CHROMIUM: config: Skip LCD final init for secure boot
The vboot command makes sure that the LCD init is completed so we don't
need this in board_late_init().
Overall the LCD init optimization reduces boot time by about 150ms.
BUG=chromium-os:22938
TEST=build and boot on Kaen
Change-Id: Idcefb81108d0499bb208f8b3d90df65ca4cb6349
Reviewed-on: https://gerrit.chromium.org/gerrit/13206
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')
-rw-r--r-- | include/configs/chromeos_seaboard.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/chromeos_seaboard.h b/include/configs/chromeos_seaboard.h index 55172089f9a..ca7b3d25dff 100644 --- a/include/configs/chromeos_seaboard.h +++ b/include/configs/chromeos_seaboard.h @@ -10,6 +10,9 @@ /* So far all our tegra2-based boards share the seaboard config. */ #include <configs/seaboard.h> +/* We don't need to fully init the LCD - verified boot does this */ +#undef BOARD_LATE_INIT + /* Support USB booting */ #define CONFIG_CHROMEOS_USB |