From d1a4a7a7fa0f64931b94fd8a784b35546235f893 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Tue, 24 Sep 2019 11:14:39 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/35563 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak Reviewed-by: Paul Fagerburg Reviewed-by: Andrew McRae Reviewed-by: Edward O'Callaghan --- util/mainboard/google/hatch/kconfig.py | 1 - 1 file changed, 1 deletion(-) (limited to 'util') diff --git a/util/mainboard/google/hatch/kconfig.py b/util/mainboard/google/hatch/kconfig.py index 8b54b75c51..ecc24eeb49 100755 --- a/util/mainboard/google/hatch/kconfig.py +++ b/util/mainboard/google/hatch/kconfig.py @@ -149,7 +149,6 @@ def add_to_Kconfig_name(variant_name): 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__': -- cgit v1.2.3