projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8048cdd
)
MCC200 board: remove warning which is obsolete after PSoC firmware changes
author
Wolfgang Denk
<wd@denx.de>
Wed, 18 Apr 2007 12:30:39 +0000
(14:30 +0200)
committer
Wolfgang 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
patch
|
blob
|
history
diff --git
a/board/mcc200/lcd.c
b/board/mcc200/lcd.c
index 98b86d1834f6e3b8dea06febf124ae207a8ac757..726366ddf0dccd4086efc033017a1c7a90f2ce5e 100644
(file)
--- 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;
}