diff options
author | wdenk <wdenk> | 2004-01-24 20:25:54 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-01-24 20:25:54 +0000 |
commit | c178d3da6f1ac765cd880530a0672540b415a01c (patch) | |
tree | 67e3b8e9a791d2ec97798239b5abba15e0cb5aaf /README | |
parent | ef978730dcb3e7e398fe9b57633f3f67260c1bbc (diff) | |
download | u-boot-imx-c178d3da6f1ac765cd880530a0672540b415a01c.zip u-boot-imx-c178d3da6f1ac765cd880530a0672540b415a01c.tar.gz u-boot-imx-c178d3da6f1ac765cd880530a0672540b415a01c.tar.bz2 |
* 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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |