]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
authorWolfgang Denk <wd@denx.de>
Wed, 18 Apr 2007 14:06:05 +0000 (16:06 +0200)
committerWolfgang Denk <wd@denx.de>
Wed, 18 Apr 2007 14:06:05 +0000 (16:06 +0200)
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;
 }