aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2018-08-10 20:40:27 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-08-13 15:45:24 +0000
commitb3138821f2b659f0748d022070024a0da7bd64b0 (patch)
treeef5ab8f2ddd87bc7cda441179b2886df0dff0674
parent6cfa4f763ddbe1b6a8b473c1b532c3c14f0ae951 (diff)
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>
-rw-r--r--src/mainboard/intel/cannonlake_rvp/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mainboard/intel/cannonlake_rvp/Kconfig b/src/mainboard/intel/cannonlake_rvp/Kconfig
index 3104331746..028d493a1a 100644
--- a/src/mainboard/intel/cannonlake_rvp/Kconfig
+++ b/src/mainboard/intel/cannonlake_rvp/Kconfig
@@ -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