summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-01-24 20:25:54 +0000
committerwdenk <wdenk>2004-01-24 20:25:54 +0000
commitc178d3da6f1ac765cd880530a0672540b415a01c (patch)
tree67e3b8e9a791d2ec97798239b5abba15e0cb5aaf /README
parentef978730dcb3e7e398fe9b57633f3f67260c1bbc (diff)
downloadblackbird-obmc-uboot-c178d3da6f1ac765cd880530a0672540b415a01c.tar.gz
blackbird-obmc-uboot-c178d3da6f1ac765cd880530a0672540b415a01c.zip
* Add variable CPU clock for MPC859/866 systems (so far only TQM866M):
see doc/README.MPC866 for details; implement workaround for "SIU4" and "SIU9" silicon bugs on MPC866; calculate CPU clock frequency from PLL register values. * Add support for 128 MB RAM on TQM8xxL/M modules
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index c223d4c399..58267f1ebf 100644
--- a/README
+++ b/README
@@ -3158,7 +3158,7 @@ Please note that U-Boot is implemented in C (and to some small parts
in Assembler); no C++ is used, so please do not use C++ style
comments (//) in your code.
-Please also stick to the following formatiing rules:
+Please also stick to the following formatting rules:
- remove any trailing white space
- use TAB characters for indentation, not spaces
- make sure NOT to use DOS '\r\n' line feeds
OpenPOWER on IntegriCloud