diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-04-30 21:31:17 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-04-30 22:11:53 +0200 |
commit | 405bd698a6c69c2812c90c31e6ada60f63e253b7 (patch) | |
tree | 61977cbd5db0242b3968fecb954543fea774da69 /src/soc | |
parent | 31769d99da7f97150ddc30174c7cc315ca6e7b1f (diff) |
intel/broadwell: Allow using non-fake IFD descriptor
Change-Id: I3091437444ffd9ca3e103c41c37a5374805b1231
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10045
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/broadwell/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig index 695e495124..6cec3dba4c 100644 --- a/src/soc/intel/broadwell/Kconfig +++ b/src/soc/intel/broadwell/Kconfig @@ -222,7 +222,7 @@ config ME_BIN_PATH default "3rdparty/mainboard/$(MAINBOARDDIR)/me.bin" config HAVE_IFD_BIN - bool + bool "Use Intel Firmware Descriptor from existing binary" default n config BUILD_WITH_FAKE_IFD |