Skip to content
Snippets Groups Projects
Commit ffbb5cb9 authored by Detlev Zundel's avatar Detlev Zundel Committed by Wolfgang Denk
Browse files

tqm85xx: Demystify 'DK: !!!' comment


Signed-off-by: default avatarDetlev Zundel <dzu@denx.de>
parent b2f44ba5
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
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