From a7aa29b9436e1c3ddf367713720bc1e74667a1d4 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 5 Nov 2006 18:50:49 +0000 Subject: Use the canonical name of the vendors/devices and the same format for all CHIP_NAME() entries in LinuxBIOS (Closes #20). Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2490 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/via/vt8601/northbridge.c | 2 +- src/northbridge/via/vt8623/northbridge.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/northbridge/via') diff --git a/src/northbridge/via/vt8601/northbridge.c b/src/northbridge/via/vt8601/northbridge.c index cf8e82907c..6ca609b155 100644 --- a/src/northbridge/via/vt8601/northbridge.c +++ b/src/northbridge/via/vt8601/northbridge.c @@ -190,6 +190,6 @@ static void enable_dev(struct device *dev) } struct chip_operations northbridge_via_vt8601_ops = { - CHIP_NAME("VIA vt8601 Northbridge") + CHIP_NAME("VIA VT8601 Northbridge") .enable_dev = enable_dev, }; diff --git a/src/northbridge/via/vt8623/northbridge.c b/src/northbridge/via/vt8623/northbridge.c index 7143c358da..3938f2f36c 100644 --- a/src/northbridge/via/vt8623/northbridge.c +++ b/src/northbridge/via/vt8623/northbridge.c @@ -364,6 +364,6 @@ static void enable_dev(struct device *dev) } struct chip_operations northbridge_via_vt8623_ops = { - CHIP_NAME("VIA vt8623 Northbridge") + CHIP_NAME("VIA VT8623 Northbridge") .enable_dev = enable_dev, }; -- cgit v1.2.3