diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2014-12-16 14:47:51 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2014-12-19 19:01:47 +0100 |
commit | 5eabe25a6927f16c5e47fafd5ac26d3cb7140d80 (patch) | |
tree | b2d0d27395e3d37b3c7401a78a12bda575dad113 /util | |
parent | 4a699d12c573a2561193817333f0b0041c9d9268 (diff) | |
download | coreboot-5eabe25a6927f16c5e47fafd5ac26d3cb7140d80.tar.xz |
util/superiotool: change displayed name of chip id 0xc333 (nct6776)
nct6776f and nct6776d are just two package variants containing the same die
Change-Id: I4d319fa0e791e66ad04857dede2fdfc8e42dd45a
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: http://review.coreboot.org/7806
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'util')
-rw-r--r-- | util/superiotool/nuvoton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/nuvoton.c b/util/superiotool/nuvoton.c index 54ac5f605b..ea55a63f24 100644 --- a/util/superiotool/nuvoton.c +++ b/util/superiotool/nuvoton.c @@ -314,7 +314,7 @@ static const struct superio_registers reg_table[] = { {0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,EOT}, {0x01,0x00,0x00,0x00,0x01,0x00,EOT}}, {EOT}}}, - {0xc333, "NCT6776F (C)", { + {0xc333, "NCT6776F/D (C)", { {NOLDN, NULL, {0x10,0x11,0x13,0x14,0x16,0x17,0x18,0x19,0x1a, 0x1b,0x1c,0x1d,0x1e,0x1f,0x20,0x21,0x22,0x23, |