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:
b2f44ba
)
tqm85xx: Demystify 'DK: !!!' comment
author
Detlev Zundel
<dzu@denx.de>
Wed, 16 Jul 2008 16:56:45 +0000
(18:56 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 20 Jul 2008 21:07:42 +0000
(23:07 +0200)
Signed-off-by: Detlev Zundel <dzu@denx.de>
board/tqc/tqm85xx/tqm85xx.c
patch
|
blob
|
history
diff --git
a/board/tqc/tqm85xx/tqm85xx.c
b/board/tqc/tqm85xx/tqm85xx.c
index f1c2e58edd0f02c30346b7c7d6ca672f3b86eb2e..839d47da6995c2df4e307eea1fc1c090e4def4f9 100644
(file)
--- a/
board/tqc/tqm85xx/tqm85xx.c
+++ b/
board/tqc/tqm85xx/tqm85xx.c
@@
-464,7
+464,8
@@
void local_bus_init (void)
if (lbc_mhz < 66) {
lbc->lcrr = CFG_LBC_LCRR | LCRR_DBYP; /* DLL Bypass */
- lbc->ltedr = 0xa4c80000; /* DK: !!! */
+ lbc->ltedr = LTEDR_BMD | LTEDR_PARD | LTEDR_WPD | LTERD_WARA |
+ LTEDR_RAWA | LTEDR_CSD; /* Disable all error checking */
} else if (lbc_mhz >= 133) {
lbc->lcrr = CFG_LBC_LCRR & (~LCRR_DBYP); /* DLL Enabled */