From 577b30c19e6d80146ec38b5d3de5122d84b6009d Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 11 Aug 2016 10:26:15 -0500 Subject: [PATCH] UPSTREAM: Kconfig: remove unused MULTIPLE_CBFS_INSTANCES option This option is no longer used in the code base. Remove it. BUG=chrome-os-partner:56151 BRANCH=None TEST=None Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/16186 Reviewed-by: Patrick Georgi Reviewed-by: Furquan Shaikh Change-Id: Ia73cce7546c9839518c9e931b03c50856abc2018 Reviewed-on: https://chromium-review.googlesource.com/370712 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/Kconfig | 9 --------- src/vendorcode/google/chromeos/Kconfig | 1 - 2 files changed, 10 deletions(-) diff --git a/src/Kconfig b/src/Kconfig index ca4abbe21d..44848d810c 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -43,15 +43,6 @@ config COMMON_CBFS_SPI_WRAPPER help 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 prompt "Compiler to use" default COMPILER_GCC diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig index 4858630703..5134731ee6 100644 --- a/src/vendorcode/google/chromeos/Kconfig +++ b/src/vendorcode/google/chromeos/Kconfig @@ -28,7 +28,6 @@ config CHROMEOS select ELOG if SPI_FLASH select COLLECT_TIMESTAMPS select VBOOT - select MULTIPLE_CBFS_INSTANCES help Enable ChromeOS specific features like the GPIO sub table in the coreboot table. NOTE: Enabling this option on an unsupported