]> git.sur5r.net Git - u-boot/blobdiff - board/Marvell/db64360/pci.c
Merge branch 'master' of git://git.denx.de/u-boot-microblaze
[u-boot] / board / Marvell / db64360 / pci.c
index a7e3c95b8c7b92bd95f0d739863e4bc98aeaa3f8..499809514142bde9ce38847039dbf20ef18820fc 100644 (file)
@@ -52,13 +52,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);