Add missing EOT marker.
Omitted from commit 3d1d6bb4ec
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>
This commit is contained in:
parent
28f171096b
commit
cb34bba5df
|
@ -247,7 +247,7 @@ static const struct {
|
||||||
{probe_idregs_amd, {0xaa, EOT}},
|
{probe_idregs_amd, {0xaa, EOT}},
|
||||||
#endif
|
#endif
|
||||||
{probe_idregs_serverengines, {0x2e, EOT}},
|
{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. */
|
/** Table of functions to print out supported Super I/O chips. */
|
||||||
|
|
Loading…
Reference in New Issue