diff options
author | wdenk <wdenk> | 2004-07-09 23:27:13 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-07-09 23:27:13 +0000 |
commit | 0ac6f8b7498d3608bd1de2280a014e9e23d7b1f2 (patch) | |
tree | de6ad6c1ee05c1ebcee774a2e8c772e7b2e57586 /Makefile | |
parent | 262381329b87511ed862cde139a3a1ff49e9d7eb (diff) | |
download | u-boot-imx-0ac6f8b7498d3608bd1de2280a014e9e23d7b1f2.zip u-boot-imx-0ac6f8b7498d3608bd1de2280a014e9e23d7b1f2.tar.gz u-boot-imx-0ac6f8b7498d3608bd1de2280a014e9e23d7b1f2.tar.bz2 |
Patch by Jon Loeliger, 17 June 2004:
Completion of the 8540ADS/8560ADS updates:
Fix some PCI and Rapid I/O memory maps,
Initialize both TSEC 1 and 2,
Initialize SDRAM
Update MAINTAINER for 85xx boards and README.mpc85xxads
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1001,13 +1001,13 @@ M5282EVB_config : unconfig ## MPC85xx Systems ######################################################################### -MPC8540ADS_config: unconfig +MPC8540ADS_config: unconfig @./mkconfig $(@:_config=) ppc mpc85xx mpc8540ads -MPC8560ADS_config: unconfig +MPC8560ADS_config: unconfig @./mkconfig $(@:_config=) ppc mpc85xx mpc8560ads -stxgp3_config: unconfig +stxgp3_config: unconfig @./mkconfig $(@:_config=) ppc mpc85xx stxgp3 ######################################################################### |