Explorar o código

MCC200 board: remove warning which is obsolete after PSoC firmware changes

Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk %!s(int64=18) %!d(string=hai) anos
pai
achega
ad4eb55567
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      board/mcc200/lcd.c

+ 0 - 4
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;
 }