mb/intel/cannonlake_rvp/Kconfig: Don't redefine firmware paths
The paths defined in southbridge/intel/common/firmware/Kconfig should work just fine. Change-Id: Iaa780d9b3080416c6b1a7f24d97ecb8214962405 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/28012 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Tristan Corrick <tristan@corrick.kiwi> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
6cfa4f763d
commit
b3138821f2
@@ -41,11 +41,6 @@ config DEVICETREE
|
||||
string
|
||||
default "variants/$(CONFIG_VARIANT_DIR)/devicetree.cb"
|
||||
|
||||
config IFD_BIN_PATH
|
||||
string
|
||||
depends on HAVE_IFD_BIN
|
||||
default "3rdparty/blobs/mainboard/$(CONFIG_MAINBOARD_DIR)/descriptor.bin"
|
||||
|
||||
config INCLUDE_SND_MAX98357_DA7219_NHLT
|
||||
bool "Include blobs for audio with MAX98357_DA7219"
|
||||
select DRIVERS_GENERIC_MAX98357A
|
||||
@@ -62,16 +57,6 @@ config INCLUDE_SND_MAX98373_NHLT
|
||||
select NHLT_DMIC_2CH_16B
|
||||
select NHLT_MAX98373
|
||||
|
||||
config ME_BIN_PATH
|
||||
string
|
||||
depends on HAVE_ME_BIN
|
||||
default "3rdparty/blobs/mainboard/$(CONFIG_MAINBOARD_DIR)/me.bin"
|
||||
|
||||
config EC_BIN_PATH
|
||||
string
|
||||
depends on HAVE_EC_BIN
|
||||
default "3rdparty/blobs/mainboard/$(CONFIG_MAINBOARD_DIR)/ec.bin"
|
||||
|
||||
config DIMM_SPD_SIZE
|
||||
int
|
||||
default 512
|
||||
|
Reference in New Issue
Block a user