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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35563 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Andrew McRae <amcrae@chromium.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
This commit is contained in:
parent
d6d416cc96
commit
d1a4a7a7fa
|
@ -149,7 +149,6 @@ def add_to_Kconfig_name(variant_name):
|
||||||
print('\tbool "-> ' + capitalized + '"', file=outfile)
|
print('\tbool "-> ' + capitalized + '"', file=outfile)
|
||||||
print('\tselect BOARD_GOOGLE_BASEBOARD_HATCH', file=outfile)
|
print('\tselect BOARD_GOOGLE_BASEBOARD_HATCH', file=outfile)
|
||||||
print('\tselect BOARD_ROMSIZE_KB_16384', file=outfile)
|
print('\tselect BOARD_ROMSIZE_KB_16384', file=outfile)
|
||||||
print('\tselect SOC_INTEL_COMETLAKE', file=outfile)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in New Issue