From 7034b9ef77c8e3782eb920f602ef962a38f221a3 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 11 Feb 2014 16:18:07 -0800 Subject: intel/haswell: Allow overriding PRE_GRAPHICS_DELAY in config Without a prompt the config option will always stay 0 due to the way Kconfig works. BUG=chrome-os-partner:25387 BRANCH=panther TEST=Boot into dev mode with Mohammed's TV screen, see the dev mode screen appear. Change-Id: Ib7d9ec82b4a4a29daddc29aa7702fc420279017d Signed-off-by: Stefan Reinauer Signed-off-by: Stefan Reinauer Reviewed-on: https://chromium-review.googlesource.com/185970 Reviewed-by: Duncan Laurie Commit-Queue: Stefan Reinauer Tested-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/6010 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Edward O'Callaghan --- src/northbridge/intel/haswell/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/northbridge/intel/haswell/Kconfig b/src/northbridge/intel/haswell/Kconfig index e8d84d1725..e06db75d5b 100644 --- a/src/northbridge/intel/haswell/Kconfig +++ b/src/northbridge/intel/haswell/Kconfig @@ -108,7 +108,7 @@ config CBFS_SIZE firmware image. config PRE_GRAPHICS_DELAY - int + int "Graphics initialization delay in ms" default 0 help On some systems, coreboot boots so fast that connected monitors -- cgit v1.2.3