diff options
author | wdenk <wdenk> | 2004-10-10 21:21:55 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-10-10 21:21:55 +0000 |
commit | 03f5c55021c2d6297e66cc11bfea75f149a5d71c (patch) | |
tree | 658bdbc75b90b7a122c061fa2aca6d6eb94dfb67 /Makefile | |
parent | cf33678e51e02143ed67850b3f13646fd51fb489 (diff) | |
download | u-boot-imx-03f5c55021c2d6297e66cc11bfea75f149a5d71c.zip u-boot-imx-03f5c55021c2d6297e66cc11bfea75f149a5d71c.tar.gz u-boot-imx-03f5c55021c2d6297e66cc11bfea75f149a5d71c.tar.bz2 |
Patches by Jon Loeliger, 24 Aug 2004:
- Add support for the MPC8541 and MPC8555 CDS boards
- Cleanup eth?addr handling: make dependent on CONFIG_ETH?ADDR
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1087,8 +1087,11 @@ MPC8540ADS_config: unconfig MPC8560ADS_config: unconfig @./mkconfig $(@:_config=) ppc mpc85xx mpc8560ads -stxgp3_config: unconfig - @./mkconfig $(@:_config=) ppc mpc85xx stxgp3 +MPC8541CDS_config: unconfig + @./mkconfig $(@:_config=) ppc mpc85xx mpc8541cds cds + +MPC8555CDS_config: unconfig + @./mkconfig $(@:_config=) ppc mpc85xx mpc8555cds cds sbc8560_config \ sbc8560_33_config \ @@ -1102,6 +1105,9 @@ sbc8560_66_config: unconfig fi @./mkconfig -a sbc8560 ppc mpc85xx sbc8560 +stxgp3_config: unconfig + @./mkconfig $(@:_config=) ppc mpc85xx stxgp3 + ######################################################################### ## 74xx/7xx Systems ######################################################################### |