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

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2007-04-18 14:30:39 +02:00
parent 8048cdd56f
commit ad4eb55567
1 changed files with 0 additions and 4 deletions

View 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;
}