aboutsummaryrefslogtreecommitdiff
path: root/src/superio/nuvoton
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2014-06-05 07:52:49 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2016-04-02 04:10:07 +0200
commit87eacacb35ee45128a6aac61fb657e6f2e374f09 (patch)
tree63fb612641c08443cc881a598cab05b8f5f1679f /src/superio/nuvoton
parentfaa74b0fb81b3a1dd3e37f05774a24446057228a (diff)
superio/nuvoton: Use official spelling of Nuvoton in `CHIP_NAME`
The official spelling of Nuvoton is not all uppercase. Only the first letter is uppercase. See the footer of the Nuvoton Web site. Change-Id: I6ccd4194d7be0c89f8b332fcca5feb2420a4de1e Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: https://review.coreboot.org/5928 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/superio/nuvoton')
-rw-r--r--src/superio/nuvoton/nct5104d/superio.c2
-rw-r--r--src/superio/nuvoton/wpcm450/superio.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/superio/nuvoton/nct5104d/superio.c b/src/superio/nuvoton/nct5104d/superio.c
index aabb219e54..980acc737f 100644
--- a/src/superio/nuvoton/nct5104d/superio.c
+++ b/src/superio/nuvoton/nct5104d/superio.c
@@ -166,6 +166,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_nuvoton_nct5104d_ops = {
- CHIP_NAME("NUVOTON NCT5104D Super I/O")
+ CHIP_NAME("Nuvoton NCT5104D Super I/O")
.enable_dev = enable_dev,
};
diff --git a/src/superio/nuvoton/wpcm450/superio.c b/src/superio/nuvoton/wpcm450/superio.c
index d10453dd75..6c1cdb86d3 100644
--- a/src/superio/nuvoton/wpcm450/superio.c
+++ b/src/superio/nuvoton/wpcm450/superio.c
@@ -56,6 +56,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_nuvoton_wpcm450_ops = {
- CHIP_NAME("NUVOTON WPCM450 Super I/O")
+ CHIP_NAME("Nuvoton WPCM450 Super I/O")
.enable_dev = enable_dev,
};