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>
This commit is contained in:
parent
0859991c4b
commit
5c406459e8
|
@ -50,7 +50,6 @@ config COMMON_CBFS_SPI_WRAPPER
|
||||||
config MULTIPLE_CBFS_INSTANCES
|
config MULTIPLE_CBFS_INSTANCES
|
||||||
bool "Multiple CBFS instances in the bootrom"
|
bool "Multiple CBFS instances in the bootrom"
|
||||||
default n
|
default n
|
||||||
depends on !ARCH_X86
|
|
||||||
help
|
help
|
||||||
Account for the firmware image containing more than one CBFS
|
Account for the firmware image containing more than one CBFS
|
||||||
instance. Locations of instances are known at build time and are
|
instance. Locations of instances are known at build time and are
|
||||||
|
|
Loading…
Reference in New Issue