summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-08-29 22:00:43 +0000
committerwdenk <wdenk>2003-08-29 22:00:43 +0000
commit6f21347d49b1741e4b8247f5e2d3fa83ef169c25 (patch)
tree680eaba02ba065cc99e7f75d155bc5f0b75789ea /Makefile
parentc29fdfc1d8cbefd2d85a354b95486a6d2b3f4a88 (diff)
downloadtalos-obmc-uboot-6f21347d49b1741e4b8247f5e2d3fa83ef169c25.tar.gz
talos-obmc-uboot-6f21347d49b1741e4b8247f5e2d3fa83ef169c25.zip
* Patch by George G. Davis, 19 Aug 2003:
fix TI Innovator/OMAP1510 pin configs * Patches by Kshitij, 18 Aug 2003 - add support for arm926ejs cpu core - add support for TI OMAP 1610 Innovator Board
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ad0de2c781..060c1c065b 100644
--- a/Makefile
+++ b/Makefile
@@ -776,6 +776,9 @@ xtract_trab = $(subst _big_flash,,$(subst _config,,$1))
omap1510inn_config : unconfig
@./mkconfig $(@:_config=) arm arm925t omap1510inn
+omap1610inn_config : unconfig
+ @./mkconfig $(@:_config=) arm arm926ejs omap1610inn
+
smdk2400_config : unconfig
@./mkconfig $(@:_config=) arm arm920t smdk2400
OpenPOWER on IntegriCloud