diff options
author | Stefan Roese <sr@denx.de> | 2007-08-14 15:00:42 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-08-14 15:00:42 +0200 |
commit | 34886bbea20b577e8bdef81f3831319f1876b9b7 (patch) | |
tree | 06d3819c6f50eda7079645da8db458956a5781f3 /Makefile | |
parent | 273db7e1bdd1937e32f1d4507321bb721ebd3118 (diff) | |
parent | 779e975117a75e91fcebe226a63104dbfb924ab1 (diff) | |
download | u-boot-imx-34886bbea20b577e8bdef81f3831319f1876b9b7.zip u-boot-imx-34886bbea20b577e8bdef81f3831319f1876b9b7.tar.gz u-boot-imx-34886bbea20b577e8bdef81f3831319f1876b9b7.tar.bz2 |
Merge with /home/stefan/git/u-boot/zeus
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1260,6 +1260,9 @@ rainier_nand_config: unconfig sc3_config:unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx sc3 +taihu_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc ppc4xx taihu amcc + taishan_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx taishan amcc @@ -1297,6 +1300,9 @@ yellowstone_config: unconfig yucca_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx yucca amcc +zeus_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc ppc4xx zeus + ######################################################################### ## MPC8220 Systems ######################################################################### |