diff options
author | Aaron Durbin <adurbin@chromium.org> | 2017-10-05 16:46:21 -0600 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-10-06 15:25:32 +0000 |
commit | d61f72359044bcf4eab864d3aec4833f31d51aca (patch) | |
tree | 59d176670db37f78eb67b65c013aa31150a0a990 /src/soc/intel/common | |
parent | 5930285206ba4fd661a68a0d0d9ccf9850620d82 (diff) | |
download | coreboot-d61f72359044bcf4eab864d3aec4833f31d51aca.tar.xz |
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/soc/intel/common')
-rw-r--r-- | src/soc/intel/common/Kconfig | 1 |
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 |