diff options
Diffstat (limited to 'board/tqc')
| -rw-r--r-- | board/tqc/tqm85xx/tqm85xx.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/tqc/tqm85xx/tqm85xx.c b/board/tqc/tqm85xx/tqm85xx.c index f69de9575..1f309bbc6 100644 --- a/board/tqc/tqm85xx/tqm85xx.c +++ b/board/tqc/tqm85xx/tqm85xx.c @@ -458,8 +458,8 @@ void local_bus_init (void)  	 * Errata LBC11.  	 * Fix Local Bus clock glitch when DLL is enabled.  	 * -	 * If localbus freq is < 66Mhz, DLL bypass mode must be used. -	 * If localbus freq is > 133Mhz, DLL can be safely enabled. +	 * If localbus freq is < 66MHz, DLL bypass mode must be used. +	 * If localbus freq is > 133MHz, DLL can be safely enabled.  	 * Between 66 and 133, the DLL is enabled with an override workaround.  	 */ |