Hello Martin Roth, Patrick Georgi,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/48676
to review the following change.
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.
Signed-off-by: Jack Rosenthal jrosenth@chromium.org Change-Id: I10917b76ff6c2a9d5a97d5c7dfa9e8925cd8c8a4 --- M src/northbridge/amd/pi/Kconfig 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/48676/1
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
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48676 )
Change subject: kconfig: remove non-existent source ......................................................................
Patch Set 1: Code-Review+2
Jack Rosenthal has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48676 )
Change subject: kconfig: remove non-existent source ......................................................................
Patch Set 1:
Thanks for the stamp 😊
I don't have permission to submit if someone can do it for me.
Hello build bot (Jenkins), Nico Huber, Martin Roth, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/48676
to look at the new patch set (#2).
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 --- M src/northbridge/amd/pi/Kconfig M src/soc/intel/common/basecode/Kconfig 2 files changed, 0 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/48676/2
Martin Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48676 )
Change subject: kconfig: remove non-existent source ......................................................................
Patch Set 2: Code-Review+2
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