diff options
author | Michael Schwingen <michael@schwingen.org> | 2008-01-18 00:04:28 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-01-18 01:05:22 +0100 |
commit | 799891ef7b1b3432032ec23466df6b665a797fa4 (patch) | |
tree | db646aba1e57dd49ece1cc1ac2d3db3940aaf78b /Makefile | |
parent | 66a4344a4d910a11125df7768899ad529719855e (diff) | |
download | u-boot-799891ef7b1b3432032ec23466df6b665a797fa4.tar.gz u-boot-799891ef7b1b3432032ec23466df6b665a797fa4.tar.xz u-boot-799891ef7b1b3432032ec23466df6b665a797fa4.zip |
Add AcTux board support
Hi,
The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
files that
contain changes for multiple boards, the board-specific files follow as
separate patches.
Signed-off-by: Michael Schwingen <michael@schwingen.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2441,6 +2441,18 @@ SMN42_config : unconfig ## XScale Systems ######################################################################### +actux1_config : unconfig + @$(MKCONFIG) $(@:_config=) arm ixp actux1 + +actux2_config : unconfig + @$(MKCONFIG) $(@:_config=) arm ixp actux2 + +actux3_config : unconfig + @$(MKCONFIG) $(@:_config=) arm ixp actux3 + +actux4_config : unconfig + @$(MKCONFIG) $(@:_config=) arm ixp actux4 + adsvix_config : unconfig @$(MKCONFIG) $(@:_config=) arm pxa adsvix |