diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2014-02-11 16:18:07 -0800 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-07-04 17:50:15 +0200 |
commit | 7034b9ef77c8e3782eb920f602ef962a38f221a3 (patch) | |
tree | 88bef04624dc3b7326406e2f6045381082d5d52d | |
parent | f1aabecaaccbac8ed575312f3801ec9de7e912a9 (diff) | |
download | coreboot-7034b9ef77c8e3782eb920f602ef962a38f221a3.tar.xz |
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 <reinauer@google.com>
Signed-off-by: Stefan Reinauer <reinauer@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/185970
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Commit-Queue: Stefan Reinauer <reinauer@chromium.org>
Tested-by: Stefan Reinauer <reinauer@chromium.org>
Reviewed-on: http://review.coreboot.org/6010
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
-rw-r--r-- | src/northbridge/intel/haswell/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |