diff options
author | Stefan Roese <sr@denx.de> | 2005-08-22 17:51:53 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-08-22 17:51:53 +0200 |
commit | 5e4b3361bc0ccb2138569f872be60165ebeefb57 (patch) | |
tree | 1c68b9470b453554bb51ab23c431d8a183b1871a /Makefile | |
parent | c0233d979bda450ba23896357aa4711aecf55f7c (diff) | |
download | u-boot-midas-5e4b3361bc0ccb2138569f872be60165ebeefb57.tar.gz u-boot-midas-5e4b3361bc0ccb2138569f872be60165ebeefb57.tar.bz2 u-boot-midas-5e4b3361bc0ccb2138569f872be60165ebeefb57.zip |
Add esd cpci5200 and pf5200 boards
Patch by Reinhard Arlt, 22 Aug 2005
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -234,6 +234,9 @@ PATI_config: unconfig aev_config: unconfig @./mkconfig -a aev ppc mpc5xxx tqm5200 +cpci5200_config: unconfig + @./mkconfig -a cpci5200 ppc mpc5xxx cpci5200 esd + hmi1001_config: unconfig @./mkconfig hmi1001 ppc mpc5xxx hmi1001 @@ -280,6 +283,9 @@ inka4x0_config: unconfig o2dnt_config: @./mkconfig -a o2dnt ppc mpc5xxx o2dnt +pf5200_config: unconfig + @./mkconfig -a pf5200 ppc mpc5xxx pf5200 esd + PM520_config \ PM520_DDR_config \ PM520_ROMBOOT_config \ |