From: Jonathan A. Kollasch Date: Tue, 3 Jan 2012 01:11:49 +0000 (-0600) Subject: Add missing EOT marker. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=cb34bba5df7b081d5324d8af8c7ba4d5860ec9f8 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 --- 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. */