]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_pcmcia.c
* Fix startup problems with VFD display on TRAB
[karo-tx-uboot.git] / common / cmd_pcmcia.c
index 8b54585bfa0dbf4c305382182d3b473679cbf476..4c799a52ddeb31932c4f8c483049e1dfec3cf890 100644 (file)
@@ -2062,7 +2062,7 @@ static int hardware_enable(int slot)
        /*
         * Power On.
         */
-       printf("\n Slot %c:", 'A' + slot);
+       printf("%s  Slot %c:", slot ? "" : "\n", 'A' + slot);
        mask = PCMCIA_VS1(slot) | PCMCIA_VS2(slot);
        reg  = pcmp->pcmc_pipr;
        debug ("PIPR: 0x%x ==> VS1=o%s, VS2=o%s\n",