summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-04-27 22:52:51 +0000
committerwdenk <wdenk>2003-04-27 22:52:51 +0000
commit4532cb696eb717419022dbaa8d408e7df7df7b68 (patch)
tree2b791870499676f1c93b1e8bcc94ace26787ad8e /Makefile
parent02c9bed451b36f3b1f11d5fe617da4fe4b9f9ab7 (diff)
downloadblackbird-obmc-uboot-4532cb696eb717419022dbaa8d408e7df7df7b68.tar.gz
blackbird-obmc-uboot-4532cb696eb717419022dbaa8d408e7df7df7b68.zip
* LWMON extensions:
- Splashscreen support - modem support - sysmon support - temperature dependend enabling of LCD * Allow booting from old "PPCBoot" disk partitions * Add support for TQM8255 Board / MPC8255 CPU
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f6a7a89a2a..2b4f7597a4 100644
--- a/Makefile
+++ b/Makefile
@@ -577,6 +577,7 @@ SCM_config: unconfig
TQM8260_config \
TQM8260_L2_config \
+TQM8255_266MHz_config \
TQM8260_266MHz_config \
TQM8260_L2_266MHz_config \
TQM8260_300MHz_config: unconfig
@@ -596,7 +597,9 @@ TQM8260_300MHz_config: unconfig
{ echo "#define CONFIG_300MHz" >>include/config.h ; \
echo "... with 300MHz system clock" ; \
}
- @./mkconfig -a $(call xtract_82xx,$@) ppc mpc8260 tqm8260
+ @[ -z "$(findstring TQM8255_,$@)" ] || \
+ { echo "#define CONFIG_MPC8255" >>include/config.h ; }
+ @./mkconfig -a TQM8260 ppc mpc8260 tqm8260
#########################################################################
## 74xx/7xx Systems
OpenPOWER on IntegriCloud