diff options
author | Stefan Roese <sr@denx.de> | 2007-08-14 14:44:41 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-08-14 14:44:41 +0200 |
commit | 779e975117a75e91fcebe226a63104dbfb924ab1 (patch) | |
tree | 42f48ba97342287f8e155cce29e8e0600064a16f /Makefile | |
parent | c5a172a5fd636c12467429e3f7910e53773979c6 (diff) | |
download | u-boot-imx-779e975117a75e91fcebe226a63104dbfb924ab1.zip u-boot-imx-779e975117a75e91fcebe226a63104dbfb924ab1.tar.gz u-boot-imx-779e975117a75e91fcebe226a63104dbfb924ab1.tar.bz2 |
ppc4xx: Add initial Zeus (PPC405EP) board support
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1294,6 +1294,9 @@ yellowstone_config: unconfig yucca_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx yucca amcc +zeus_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc ppc4xx zeus + ######################################################################### ## MPC8220 Systems ######################################################################### |