summaryrefslogtreecommitdiff
path: root/util/superiotool/nuvoton.c
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-04-22 23:10:35 +0000
committerStefan Reinauer <stepan@openbios.org>2011-04-22 23:10:35 +0000
commit5a4ae82809348acef74b09326f33baa284b91c1a (patch)
tree1bb2b735ef08e3dabc252e411cf96c47064c13b1 /util/superiotool/nuvoton.c
parentb721287580e60007368644b5433e3874fa89d3d8 (diff)
downloadcoreboot-5a4ae82809348acef74b09326f33baa284b91c1a.tar.xz
cosmetic changes to superiotool's nuvoton code
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6542 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/nuvoton.c')
-rw-r--r--util/superiotool/nuvoton.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/superiotool/nuvoton.c b/util/superiotool/nuvoton.c
index 3c447674d2..80b2dc0cf9 100644
--- a/util/superiotool/nuvoton.c
+++ b/util/superiotool/nuvoton.c
@@ -29,7 +29,7 @@ static const struct superio_registers reg_table[] = {
{NOLDN, NULL,
{0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
- {0xFC,0x11,RSVD,RSVD,RSVD,0x00,0x00,MISC,0x00,
+ {0xfc,0x11,RSVD,RSVD,RSVD,0x00,0x00,MISC,0x00,
0x04,RSVD,RSVD,RSVD,0x00,RSVD,RSVD,EOT}},
{0x03, "CIR Port (CIRP)", /* where supported */
{0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
@@ -99,7 +99,6 @@ void probe_idregs_nuvoton(uint16_t port)
printf("Found Nuvoton %s (id=0x%02x, rev=0x%02x) at 0x%x\n",
get_superio_name(reg_table, sid), chip_id, chip_rev, port);
chip_found = 1;
-
dump_superio("Nuvoton", reg_table, port, sid, LDN_SEL);
}