Kconfig: remove unused MULTIPLE_CBFS_INSTANCES option

This option is no longer used in the code base. Remove it.

BUG=chrome-os-partner:56151

Change-Id: Ia73cce7546c9839518c9e931b03c50856abc2018
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/16186
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
Aaron Durbin 2016-08-11 10:26:15 -05:00
parent a83bbf5854
commit 691dac0b55
2 changed files with 0 additions and 10 deletions

View File

@ -43,15 +43,6 @@ config COMMON_CBFS_SPI_WRAPPER
help help
Use common wrapper to interface CBFS to SPI bootrom. Use common wrapper to interface CBFS to SPI bootrom.
config MULTIPLE_CBFS_INSTANCES
bool "Multiple CBFS instances in the bootrom"
default n
help
Account for the firmware image containing more than one CBFS
instance. Locations of instances are known at build time and are
communicated between coreboot stages to make sure the next stage is
loaded from the appropriate instance.
choice choice
prompt "Compiler to use" prompt "Compiler to use"
default COMPILER_GCC default COMPILER_GCC

View File

@ -28,7 +28,6 @@ config CHROMEOS
select ELOG if SPI_FLASH select ELOG if SPI_FLASH
select COLLECT_TIMESTAMPS select COLLECT_TIMESTAMPS
select VBOOT select VBOOT
select MULTIPLE_CBFS_INSTANCES
help help
Enable ChromeOS specific features like the GPIO sub table in Enable ChromeOS specific features like the GPIO sub table in
the coreboot table. NOTE: Enabling this option on an unsupported the coreboot table. NOTE: Enabling this option on an unsupported