* 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
diff --git a/Makefile b/Makefile
index 7062163..0a5b470 100644
--- a/Makefile
+++ b/Makefile
@@ -483,11 +483,7 @@
TQM862M_66MHz_config \
TQM862M_80MHz_config \
TQM862M_100MHz_config \
-TQM866M_config \
-TQM866M_66MHz_config \
-TQM866M_80MHz_config \
-TQM866M_100MHz_config \
-TQM866M_133MHz_config: unconfig
+TQM866M_config: unconfig
@ >include/config.h
@[ -z "$(findstring _66MHz,$@)" ] || \
{ echo "#define CONFIG_66MHz" >>include/config.h ; \