aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2017-10-05 16:46:21 -0600
committerAaron Durbin <adurbin@chromium.org>2017-10-06 15:25:32 +0000
commitd61f72359044bcf4eab864d3aec4833f31d51aca (patch)
tree59d176670db37f78eb67b65c013aa31150a0a990 /src
parent5930285206ba4fd661a68a0d0d9ccf9850620d82 (diff)
soc/intel/common: remove invalid path from Kconfig include
The src/soc/intel/common/basecode/Kconfig path does not exist. Remove the inclusion of the invalid path. Change-Id: Icbd8f310cad4246b72bc869bcf4a089ae2f0c5a3 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/21902 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lijian Zhao <lijian.zhao@intel.com> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/common/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/common/Kconfig b/src/soc/intel/common/Kconfig
index 44c5bf75fe..c84b18a822 100644
--- a/src/soc/intel/common/Kconfig
+++ b/src/soc/intel/common/Kconfig
@@ -6,7 +6,6 @@ config SOC_INTEL_COMMON
if SOC_INTEL_COMMON
comment "Intel SoC Common Code"
-source "src/soc/intel/common/basecode/Kconfig"
source "src/soc/intel/common/block/Kconfig"
config CACHE_MRC_SETTINGS