diff options
author | Gerald Van Baren <vanbaren@cideas.com> | 2007-08-07 21:33:33 -0400 |
---|---|---|
committer | Gerald Van Baren <vanbaren@cideas.com> | 2007-08-07 21:33:33 -0400 |
commit | ed8e5f362a2fc572eb9c1854f6c76c291b0f9a0f (patch) | |
tree | 1a4ac282961db74b9a80fbe5ca51f3bca47d27ab /Makefile | |
parent | 7c4c3722a38d40b0cf537ddae72b04f4088b190c (diff) | |
parent | b23b547597ff2375ad13a9ab04e5257a3ad76c99 (diff) |
Merge git://www.denx.de/git/u-boot
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -533,13 +533,8 @@ PM520_ROMBOOT_DDR_config: unconfig smmaco4_config: unconfig @$(MKCONFIG) -a smmaco4 ppc mpc5xxx tqm5200 -cm1_qp1_config: unconfig - @ >include/config.h - @[ -z "$(findstring cm1_qp1,$@)" ] || \ - { echo "... with 64 MByte SDRAM" ; \ - echo "... with 32 MByte Flash" ; \ - } - @./mkconfig -a cm1_qp1 ppc mpc5xxx cm1_qp1 +cm5200_config: unconfig + @./mkconfig -a cm5200 ppc mpc5xxx cm5200 spieval_config: unconfig @$(MKCONFIG) -a spieval ppc mpc5xxx tqm5200 |