From 59e344e904c2d5b5346803f9ab11b95c64bf05f0 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 17 May 2021 19:08:32 +0200 Subject: Fix up handling of IFD chipsets When `CHIPSET_400_SERIES_COMET_POINT` got added, the `chipset_names` table was not updated. Add the missing entry and reorder it to be next to `CHIPSET_300_SERIES_CANNON_POINT` for consistency. Change-Id: I4f4b31ecf91c432a2e82a92e274cb91ac166e635 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/flashrom/+/54429 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan Reviewed-by: Sam McNally --- programmer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'programmer.h') diff --git a/programmer.h b/programmer.h index d3a7ba350..1a2e7584d 100644 --- a/programmer.h +++ b/programmer.h @@ -670,8 +670,8 @@ enum ich_chipset { CHIPSET_100_SERIES_SUNRISE_POINT, /* also 6th/7th gen Core i/o (LP) variants */ CHIPSET_C620_SERIES_LEWISBURG, CHIPSET_300_SERIES_CANNON_POINT, - CHIPSET_APOLLO_LAKE, CHIPSET_400_SERIES_COMET_POINT, + CHIPSET_APOLLO_LAKE, CHIPSET_GEMINI_LAKE, }; -- cgit v1.2.3