summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
parentef978730dcb3e7e398fe9b57633f3f67260c1bbc (diff)
downloadtalos-obmc-uboot-c178d3da6f1ac765cd880530a0672540b415a01c.tar.gz
talos-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 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 7062163008..0a5b4707aa 100644
--- a/Makefile
+++ b/Makefile
@@ -483,11 +483,7 @@ TQM862M_config \
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 ; \
OpenPOWER on IntegriCloud