diff options
author | Patrick Georgi <pgeorgi@google.com> | 2015-10-19 20:05:04 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-10-20 16:39:00 +0200 |
commit | 5c406459e8352553c83bbefeddcdd6571690020d (patch) | |
tree | d94446ea97c9ecd4f5110d0fddfaa076aa7302a4 /src/Kconfig | |
parent | 0859991c4bafa00db675ca587f90cebfcffe35f1 (diff) |
Enable MULTIPLE_CBFS_INSTANCES on x86, too
It works there, we want it, disable that restriction.
Change-Id: Idc023775f0750c980c989bff10486550e4ad1374
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: http://review.coreboot.org/12094
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig index 2822bfe701..368384dc92 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -50,7 +50,6 @@ config COMMON_CBFS_SPI_WRAPPER config MULTIPLE_CBFS_INSTANCES bool "Multiple CBFS instances in the bootrom" default n - depends on !ARCH_X86 help Account for the firmware image containing more than one CBFS instance. Locations of instances are known at build time and are |