]> git.sur5r.net Git - u-boot/blobdiff - board/esd/cpci750/pci.c
74xx_7xx: CPCI750: Minor coding style cleanup of cpci750.c
[u-boot] / board / esd / cpci750 / pci.c
index cbe766ffd232e708e44cfe9848d9a601f1d0d201..bfc7e555b3e37ce6fcdb365e86826587f83574ad 100644 (file)
@@ -66,13 +66,13 @@ static void gt_pci_bus_mode_display (PCI_HOST host)
                printf ("PCI %d bus mode: Conventional PCI\n", host);
                break;
        case 1:
-               printf ("PCI %d bus mode: 66 Mhz PCIX\n", host);
+               printf ("PCI %d bus mode: 66 MHz PCIX\n", host);
                break;
        case 2:
-               printf ("PCI %d bus mode: 100 Mhz PCIX\n", host);
+               printf ("PCI %d bus mode: 100 MHz PCIX\n", host);
                break;
        case 3:
-               printf ("PCI %d bus mode: 133 Mhz PCIX\n", host);
+               printf ("PCI %d bus mode: 133 MHz PCIX\n", host);
                break;
        default:
                printf ("Unknown BUS %d\n", mode);