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>
This commit is contained in:
parent
5930285206
commit
d61f723590
|
@ -6,7 +6,6 @@ config SOC_INTEL_COMMON
|
||||||
if SOC_INTEL_COMMON
|
if SOC_INTEL_COMMON
|
||||||
|
|
||||||
comment "Intel SoC Common Code"
|
comment "Intel SoC Common Code"
|
||||||
source "src/soc/intel/common/basecode/Kconfig"
|
|
||||||
source "src/soc/intel/common/block/Kconfig"
|
source "src/soc/intel/common/block/Kconfig"
|
||||||
|
|
||||||
config CACHE_MRC_SETTINGS
|
config CACHE_MRC_SETTINGS
|
||||||
|
|
Loading…
Reference in New Issue