diff options
author | Jonathan A. Kollasch <jakllsch@kollasch.net> | 2012-01-02 19:11:49 -0600 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2012-01-03 05:26:16 +0100 |
commit | cb34bba5df7b081d5324d8af8c7ba4d5860ec9f8 (patch) | |
tree | 32df06440728c51b94d9c71a305184a96eb4ce7b /util | |
parent | 28f171096bc289f848c03593a6d04c2987c89617 (diff) |
Add missing EOT marker.
Omitted from commit 3d1d6bb4ecb15a12f48f871c623882bee9c0c576
Change-Id: Id3e94d615d50f0673cc5e3fde77ed6748d26ebd3
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Reviewed-on: http://review.coreboot.org/514
Reviewed-by: Peter Stuge <peter@stuge.se>
Tested-by: build bot (Jenkins)
Reviewed-by: Philip Prindeville <pprindeville@gmail.com>
Diffstat (limited to 'util')
-rw-r--r-- | util/superiotool/superiotool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index 5583ec5669..94918b8867 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. */ |