mainboard/google: remove unused BOOT_MEDIA_SPI_CHIP_SELECT option
The BOOT_MEDIA_SPI_CHIP_SELECT option is not used in any of the code. Remove its usage. BUG=chrome-os-partner:56151 Change-Id: I522b62a2371b8a167ce17c48117669390cda14cd Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/16185 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
5ff952259a
commit
3cef11753d
|
@ -68,14 +68,6 @@ config BOOT_MEDIA_SPI_BUS
|
|||
help
|
||||
Which SPI bus the boot media is connected to.
|
||||
|
||||
config BOOT_MEDIA_SPI_CHIP_SELECT
|
||||
int "Chip select for SPI boot media"
|
||||
range 0 3
|
||||
depends on FOSTER_BCT_CFG_SPI
|
||||
default 0
|
||||
help
|
||||
Which chip select to use for boot media.
|
||||
|
||||
config DRIVER_TPM_I2C_BUS
|
||||
hex
|
||||
default 0x2
|
||||
|
|
|
@ -70,14 +70,6 @@ config BOOT_MEDIA_SPI_BUS
|
|||
help
|
||||
Which SPI bus the boot media is connected to.
|
||||
|
||||
config BOOT_MEDIA_SPI_CHIP_SELECT
|
||||
int "Chip select for SPI boot media"
|
||||
range 0 3
|
||||
depends on NYAN_BCT_CFG_SPI
|
||||
default 0
|
||||
help
|
||||
Which chip select to use for boot media.
|
||||
|
||||
config EC_GOOGLE_CHROMEEC_SPI_BUS
|
||||
hex
|
||||
default 1
|
||||
|
|
|
@ -71,14 +71,6 @@ config BOOT_MEDIA_SPI_BUS
|
|||
help
|
||||
Which SPI bus the boot media is connected to.
|
||||
|
||||
config BOOT_MEDIA_SPI_CHIP_SELECT
|
||||
int "Chip select for SPI boot media"
|
||||
range 0 3
|
||||
depends on NYAN_BIG_BCT_CFG_SPI
|
||||
default 0
|
||||
help
|
||||
Which chip select to use for boot media.
|
||||
|
||||
config EC_GOOGLE_CHROMEEC_SPI_BUS
|
||||
hex
|
||||
default 1
|
||||
|
|
|
@ -72,14 +72,6 @@ config BOOT_MEDIA_SPI_BUS
|
|||
help
|
||||
Which SPI bus the boot media is connected to.
|
||||
|
||||
config BOOT_MEDIA_SPI_CHIP_SELECT
|
||||
int "Chip select for SPI boot media"
|
||||
range 0 3
|
||||
depends on NYAN_BLAZE_BCT_CFG_SPI
|
||||
default 0
|
||||
help
|
||||
Which chip select to use for boot media.
|
||||
|
||||
config EC_GOOGLE_CHROMEEC_SPI_BUS
|
||||
hex
|
||||
default 1
|
||||
|
|
|
@ -75,14 +75,6 @@ config BOOT_MEDIA_SPI_BUS
|
|||
help
|
||||
Which SPI bus the boot media is connected to.
|
||||
|
||||
config BOOT_MEDIA_SPI_CHIP_SELECT
|
||||
int "Chip select for SPI boot media"
|
||||
range 0 3
|
||||
depends on SMAUG_BCT_CFG_SPI
|
||||
default 0
|
||||
help
|
||||
Which chip select to use for boot media.
|
||||
|
||||
config DRIVER_TPM_I2C_BUS
|
||||
hex
|
||||
default 0x2
|
||||
|
|
Loading…
Reference in New Issue