diff options
author | Stefan Roese <sr@denx.de> | 2008-03-19 16:20:49 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-03-27 09:54:41 +0100 |
commit | 4c9e855734c523900322a7c3cdd9099b4f51b51d (patch) | |
tree | 2701c888929cf2559477fd63c03eaf23648d81a9 /Makefile | |
parent | d8bd643141af4710d7f1b69bbab6b760de0af0a1 (diff) | |
download | u-boot-imx-4c9e855734c523900322a7c3cdd9099b4f51b51d.zip u-boot-imx-4c9e855734c523900322a7c3cdd9099b4f51b51d.tar.gz u-boot-imx-4c9e855734c523900322a7c3cdd9099b4f51b51d.tar.bz2 |
ppc4xx: Add AMCC Glacier 406GT eval board support
This patch adds support for the AMCC Glacier 460GT eval board.
The main difference to the Canyonlands board are listed here:
- 4 ethernet ports instead of 2
- no SATA port
- no USB port
Currently EMAC2+3 are not working. This will be fixed in a later
release.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1172,8 +1172,13 @@ bubinga_config: unconfig CANBT_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx canbt esd -canyonlands_config: unconfig - @$(MKCONFIG) $(@:_config=) ppc ppc4xx canyonlands amcc +# Canyonlands & Glacier use different U-Boot images +canyonlands_config \ +glacier_config: unconfig + @mkdir -p $(obj)include + @echo "#define CONFIG_$$(echo $(subst ,,$(@:_config=)) | \ + tr '[:lower:]' '[:upper:]')" >$(obj)include/config.h + @$(MKCONFIG) -n $@ -a canyonlands ppc ppc4xx canyonlands amcc canyonlands_nand_config: unconfig @mkdir -p $(obj)include $(obj)board/amcc/canyonlands |