From 2afc970432e64e30b28924224758a837334e6811 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 11 Feb 2014 16:18:07 -0800 Subject: [PATCH] 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. Signed-off-by: Stefan Reinauer Change-Id: Ib7d9ec82b4a4a29daddc29aa7702fc420279017d Reviewed-on: https://chromium-review.googlesource.com/185970 Reviewed-by: Duncan Laurie Commit-Queue: Stefan Reinauer Tested-by: Stefan Reinauer --- 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 3c0c2fd168..48d12743bf 100644 --- a/src/northbridge/intel/haswell/Kconfig +++ b/src/northbridge/intel/haswell/Kconfig @@ -113,7 +113,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