summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/bd82x6x/pch.c
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-07-25 16:10:36 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-08-07 01:05:47 +0200
commit9ca1c0af64eeec013e3b4997fb86d334101c7f47 (patch)
tree5877547bc305f68400574c05840e9dbe44deec41 /src/southbridge/intel/bd82x6x/pch.c
parentb98d07813d39321e09a18233a565a5fe22944537 (diff)
downloadcoreboot-9ca1c0af64eeec013e3b4997fb86d334101c7f47.tar.gz
coreboot-9ca1c0af64eeec013e3b4997fb86d334101c7f47.tar.bz2
coreboot-9ca1c0af64eeec013e3b4997fb86d334101c7f47.zip
Sandy/Ivy Bridge and Cougar/Panther Point: Fix names
The names were set at various times during development, but the way the code works, you might end up with the wrong name being displayed in the logs. Instead of doing magic, just display both names for each component Change-Id: I1f8ce44d156442f5f7d717e1a2b47ed1218d4527 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1413 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/southbridge/intel/bd82x6x/pch.c')
-rw-r--r--src/southbridge/intel/bd82x6x/pch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/bd82x6x/pch.c b/src/southbridge/intel/bd82x6x/pch.c
index 3c448defd4b7..d8a919dc9d76 100644
--- a/src/southbridge/intel/bd82x6x/pch.c
+++ b/src/southbridge/intel/bd82x6x/pch.c
@@ -405,6 +405,6 @@ void pch_enable(device_t dev)
}
struct chip_operations southbridge_intel_bd82x6x_ops = {
- CHIP_NAME("Intel Series 6/7 (" CONFIG_PCH_CHIP_NAME ") Southbridge")
+ CHIP_NAME("Intel Series 6/7 (Cougar Point/Panther Point) Southbridge")
.enable_dev = pch_enable,
};