]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
MCC200 board: remove warning which is obsolete after PSoC firmware changes
authorWolfgang Denk <wd@denx.de>
Wed, 18 Apr 2007 12:30:39 +0000 (14:30 +0200)
committerWolfgang Denk <wd@denx.de>
Wed, 18 Apr 2007 12:30:39 +0000 (14:30 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
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;
 }