Skip to content
Snippets Groups Projects
Commit ad4eb555 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

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


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 8048cdd5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment