From cb34bba5df7b081d5324d8af8c7ba4d5860ec9f8 Mon Sep 17 00:00:00 2001 From: "Jonathan A. Kollasch" Date: Mon, 2 Jan 2012 19:11:49 -0600 Subject: [PATCH] Add missing EOT marker. Omitted from commit 3d1d6bb4ecb15a12f48f871c623882bee9c0c576 Change-Id: Id3e94d615d50f0673cc5e3fde77ed6748d26ebd3 Signed-off-by: Paul Menzel Signed-off-by: Jonathan A. Kollasch Acked-by: Carl-Daniel Hailfinger Reviewed-on: http://review.coreboot.org/514 Reviewed-by: Peter Stuge Tested-by: build bot (Jenkins) Reviewed-by: Philip Prindeville --- util/superiotool/superiotool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index 5583ec566..94918b886 100644 --- a/util/superiotool/superiotool.h +++ b/util/superiotool/superiotool.h @@ -247,7 +247,7 @@ static const struct { {probe_idregs_amd, {0xaa, EOT}}, #endif {probe_idregs_serverengines, {0x2e, EOT}}, - {probe_idregs_infineon, {0x2e, 0x4e}}, + {probe_idregs_infineon, {0x2e, 0x4e, EOT}}, }; /** Table of functions to print out supported Super I/O chips. */ -- 2.25.1