Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35563 )
Change subject: util/mb/google/hatch: Update kconfig.py to not select SOC_INTEL_COMETLAKE ......................................................................
util/mb/google/hatch: Update kconfig.py to not select SOC_INTEL_COMETLAKE
Now that SOC_INTEL_COMETLAKE is selected by default in Kconfig, utility to create a new variant does not need to do that anymore in Kconfig.name
Change-Id: If68bcf14e2e0812d4f4dcb99371c65790154ff62 Signed-off-by: Furquan Shaikh furquan@google.com --- M util/mainboard/google/hatch/kconfig.py 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/35563/1
diff --git a/util/mainboard/google/hatch/kconfig.py b/util/mainboard/google/hatch/kconfig.py index 8b54b75..ecc24ee 100755 --- a/util/mainboard/google/hatch/kconfig.py +++ b/util/mainboard/google/hatch/kconfig.py @@ -149,7 +149,6 @@ print('\tbool "-> ' + capitalized + '"', file=outfile) print('\tselect BOARD_GOOGLE_BASEBOARD_HATCH', file=outfile) print('\tselect BOARD_ROMSIZE_KB_16384', file=outfile) - print('\tselect SOC_INTEL_COMETLAKE', file=outfile)
if __name__ == '__main__':