[coreboot-gerrit] New patch to review for coreboot: Enable MULTIPLE_CBFS_INSTANCES on x86, too

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon Oct 19 20:07:27 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12094

-gerrit

commit 9c1ac1c8243928d43c029a4a42c61cd344fedac1
Author: Patrick Georgi <pgeorgi at google.com>
Date:   Mon Oct 19 20:05:04 2015 +0200

    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 at google.com>
---
 src/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Kconfig b/src/Kconfig
index 2822bfe..368384d 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



More information about the coreboot-gerrit mailing list