From c178d3da6f1ac765cd880530a0672540b415a01c Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 24 Jan 2004 20:25:54 +0000 Subject: * 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 --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7062163..0a5b470 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 ; \ -- cgit v1.1