From 66b8d3044cfcbdaa750514f5c09012bbcd28dfaf Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 19 Dec 2011 15:43:26 -0800 Subject: 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 Reviewed-by: Simon Glass Tested-by: Simon Glass --- include/configs/chromeos_seaboard.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs/chromeos_seaboard.h') diff --git a/include/configs/chromeos_seaboard.h b/include/configs/chromeos_seaboard.h index 55172089f9..ca7b3d25df 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 +/* We don't need to fully init the LCD - verified boot does this */ +#undef BOARD_LATE_INIT + /* Support USB booting */ #define CONFIG_CHROMEOS_USB -- cgit v1.2.3