diff options
author | wdenk <wdenk> | 2003-07-07 20:07:54 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-07-07 20:07:54 +0000 |
commit | f12e568ca45f6c56b5a6d52a43524987e141abe7 (patch) | |
tree | e0c4c1dc83553fa1ac900d2819a605372c1430d1 /Makefile | |
parent | 0d4983930a3559be92452761cfa268ee9d0f2773 (diff) | |
download | u-boot-imx-f12e568ca45f6c56b5a6d52a43524987e141abe7.zip u-boot-imx-f12e568ca45f6c56b5a6d52a43524987e141abe7.tar.gz u-boot-imx-f12e568ca45f6c56b5a6d52a43524987e141abe7.tar.bz2 |
* Add support for NSCU board
* Add support for TQM823M, TQM850M, TQM855M and TQM860M modules
* Add support for Am29LV160ML, Am29LV320ML, and Am29LV640ML
mirror bit flash on TQM8xxM modules
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -372,6 +372,7 @@ xtract_8xx = $(subst _66MHz,,$(subst _80MHz,,$(subst _100MHz,,$(subst _LCD,,$(su FPS850L_config \ FPS860L_config \ +NSCU_config \ TQM823L_config \ TQM823L_66MHz_config \ TQM823L_80MHz_config \ @@ -390,6 +391,15 @@ TQM860L_80MHz_config \ TQM862L_config \ TQM862L_66MHz_config \ TQM862L_80MHz_config \ +TQM855M_config \ +TQM855M_66MHz_config \ +TQM855M_80MHz_config \ +TQM860M_config \ +TQM860M_66MHz_config \ +TQM860M_80MHz_config \ +TQM862M_config \ +TQM862M_66MHz_config \ +TQM862M_80MHz_config \ TQM862M_100MHz_config: unconfig @ >include/config.h @[ -z "$(findstring _66MHz,$@)" ] || \ |