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>
This commit is contained in:
parent
faa74b0fb8
commit
87eacacb35
|
@ -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,
|
||||
};
|
||||
|
|
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue