Hung-Te Lin has submitted this change. ( https://review.coreboot.org/c/coreboot/+/48676 )
Change subject: kconfig: remove non-existent source ......................................................................
kconfig: remove non-existent source
src/northbridge/amd/pi/00660F01/Kconfig does not exist. Remove the source statement.
Also, no kconfig files under src/soc/intel/common/basecode/. Clean that up.
Signed-off-by: Jack Rosenthal jrosenth@chromium.org Change-Id: I10917b76ff6c2a9d5a97d5c7dfa9e8925cd8c8a4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48676 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Martin Roth martinroth@google.com --- M src/northbridge/amd/pi/Kconfig M src/soc/intel/common/basecode/Kconfig 2 files changed, 0 insertions(+), 8 deletions(-)
Approvals: build bot (Jenkins): Verified Martin Roth: Looks good to me, approved
diff --git a/src/northbridge/amd/pi/Kconfig b/src/northbridge/amd/pi/Kconfig index 833afae..15e685b 100644 --- a/src/northbridge/amd/pi/Kconfig +++ b/src/northbridge/amd/pi/Kconfig @@ -29,7 +29,6 @@
source "src/northbridge/amd/pi/00630F01/Kconfig" source "src/northbridge/amd/pi/00730F01/Kconfig" -source "src/northbridge/amd/pi/00660F01/Kconfig"
config HW_MEM_HOLE_SIZEK hex diff --git a/src/soc/intel/common/basecode/Kconfig b/src/soc/intel/common/basecode/Kconfig index 1c93244..9e0f788 100644 --- a/src/soc/intel/common/basecode/Kconfig +++ b/src/soc/intel/common/basecode/Kconfig @@ -2,10 +2,3 @@ bool help Common coreboot stages and non-IP block for Intel platform - -if SOC_INTEL_COMMON_BASECODE - -source "src/soc/intel/common/basecode/*/Kconfig" -source "src/soc/intel/common/basecode/*/*/Kconfig" - -endif