aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/sunw/ultra40/get_bus_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/sunw/ultra40/get_bus_conf.c')
-rw-r--r--src/mainboard/sunw/ultra40/get_bus_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/sunw/ultra40/get_bus_conf.c b/src/mainboard/sunw/ultra40/get_bus_conf.c
index a74048b3ca..4ed57467b4 100644
--- a/src/mainboard/sunw/ultra40/get_bus_conf.c
+++ b/src/mainboard/sunw/ultra40/get_bus_conf.c
@@ -188,7 +188,7 @@ void get_bus_conf(void)
/* CK804b */
- if (pci1234[2] & 0xf) { //if the second cpu is installed
+ if (pci1234[2] & 0xf) { //if the second CPU is installed
bus_ck804b_0 = (pci1234[2] >> 16) & 0xff;
#if 0
dev = dev_find_slot(bus_ck804b_0, PCI_DEVFN(sbdnb + 0x09, 0));