]> git.sur5r.net Git - u-boot/blobdiff - board/mcc200/lcd.c
FSL: Move board/mpc8266ads under board/freescale
[u-boot] / board / mcc200 / lcd.c
index 98b86d1834f6e3b8dea06febf124ae207a8ac757..726366ddf0dccd4086efc033017a1c7a90f2ce5e 100644 (file)
@@ -180,10 +180,6 @@ void lcd_enable (void)
                        break;
                udelay (PSOC_WAIT_TIME);
        }
-       if (!retries) {
-               printf ("%s Warning: PSoC doesn't respond on "
-                       "RTS NEGATE\n", __FUNCTION__);
-       }
 
        return;
 }