diff options
| author | Wolfgang Denk <[email protected]> | 2007-04-18 14:30:39 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2007-04-18 14:30:39 +0200 |
| commit | ad4eb555671d97f96dc56eab55103b1f86874b01 (patch) | |
| tree | b089b3d76f50787803dcd338d46228b8ec69bf08 | |
| parent | 8048cdd56f04a756eeea4951f402bf5cc33785db (diff) | |
MCC200 board: remove warning which is obsolete after PSoC firmware changes
Signed-off-by: Wolfgang Denk <[email protected]>
| -rw-r--r-- | board/mcc200/lcd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/mcc200/lcd.c b/board/mcc200/lcd.c index 98b86d1834f..726366ddf0d 100644 --- a/board/mcc200/lcd.c +++ b/board/mcc200/lcd.c @@ -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; } |
