diff options
author | Stefan Roese <sr@denx.de> | 2007-10-23 10:10:08 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-31 21:20:51 +0100 |
commit | 353f2688b4e0fc7b969bc70a02be4b40bf0dd124 (patch) | |
tree | 152a5f26e53692d18110bd6b50b1745150d04ea6 /Makefile | |
parent | 9f798766aa85e62eb8fa8c721e148df609b78137 (diff) | |
download | u-boot-imx-353f2688b4e0fc7b969bc70a02be4b40bf0dd124.zip u-boot-imx-353f2688b4e0fc7b969bc70a02be4b40bf0dd124.tar.gz u-boot-imx-353f2688b4e0fc7b969bc70a02be4b40bf0dd124.tar.bz2 |
ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
The Haleakala is nearly identical with the Kilauea eval board. The only
difference is that the 405EXr only supports one EMAC and one PCIe
interface. This patch adds support for the Haleakala board by using
the identical image for Kilauea and Haleakala. The distinction is done
by comparing the PVR.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1168,8 +1168,10 @@ KAREF_config: unconfig katmai_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx katmai amcc -kilauea_config: unconfig - @$(MKCONFIG) $(@:_config=) ppc ppc4xx kilauea amcc +# Kilauea & Haleakala images are identical (recognized via PVR) +kilauea_config \ +haleakala_config: unconfig + @$(MKCONFIG) -n $@ -a kilauea ppc ppc4xx kilauea amcc luan_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx luan amcc |