* Add support for Promess ATC board
* Patch by Keith Outwater, 28 Apr 2003:
- Miscellaneous corrections and additions to GEN860T board specific code.
- Added GEN860_SC variant to GEN860T.
- Miscellaneous corrections to GEN860T documentation.
- Correct duplicate entry in U-Boot CREDITS file.
- Add GEN860T_SC entry in MAINTAINERS file.
- Update CREDITS file with GEN860T_SC info.
* Update Smiths Aerospace addresses in MAINTAINERS file
* Fix error handling in hush's version of "run" command
diff --git a/Makefile b/Makefile
index 2b4f759..cf8abd6 100644
--- a/Makefile
+++ b/Makefile
@@ -212,8 +212,16 @@
FLAGADM_config: unconfig
@./mkconfig $(@:_config=) ppc mpc8xx flagadm
+xtract_GEN860T = $(subst _SC,,$(subst _config,,$1))
+
+GEN860T_SC_config \
GEN860T_config: unconfig
- @./mkconfig $(@:_config=) ppc mpc8xx gen860t
+ @ >include/config.h
+ @[ -z "$(findstring _SC,$@)" ] || \
+ { echo "#define CONFIG_SC" >>include/config.h ; \
+ echo "With reduced H/W feature set (SC)..." ; \
+ }
+ @./mkconfig -a $(call xtract_GEN860T,$@) ppc mpc8xx gen860t
GENIETV_config: unconfig
@./mkconfig $(@:_config=) ppc mpc8xx genietv
@@ -575,11 +583,13 @@
SCM_config: unconfig
@./mkconfig $(@:_config=) ppc mpc8260 SCM siemens
+TQM8255_config \
TQM8260_config \
TQM8260_L2_config \
TQM8255_266MHz_config \
TQM8260_266MHz_config \
TQM8260_L2_266MHz_config \
+TQM8255_300MHz_config \
TQM8260_300MHz_config: unconfig
@ >include/config.h
@if [ "$(findstring _L2_,$@)" ] ; then \
@@ -601,6 +611,9 @@
{ echo "#define CONFIG_MPC8255" >>include/config.h ; }
@./mkconfig -a TQM8260 ppc mpc8260 tqm8260
+atc_config: unconfig
+ @./mkconfig $(@:_config=) ppc mpc8260 atc
+
#########################################################################
## 74xx/7xx Systems
#########################################################################