summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-07-12 01:42:41 +0200
committerWolfgang Denk <wd@denx.de>2007-07-12 01:42:41 +0200
commitfd3635190bee477dd19b87da80136c00f11444c0 (patch)
treec30f7759355c8bc183f5c6a89ad89fea9a8ae90a /Makefile
parent96e1d75be8193ca79e4215a368bf9d7f2362450f (diff)
parentfa1df308926a6f70e3504c57514ef27ac31fd13a (diff)
downloadblackbird-obmc-uboot-fd3635190bee477dd19b87da80136c00f11444c0.tar.gz
blackbird-obmc-uboot-fd3635190bee477dd19b87da80136c00f11444c0.zip
Merge with /home/tur/git/u-boot#cm1_qp1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c45700e08d..bfa38460da 100644
--- a/Makefile
+++ b/Makefile
@@ -532,6 +532,14 @@ 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
+
spieval_config: unconfig
@$(MKCONFIG) -a spieval ppc mpc5xxx tqm5200
OpenPOWER on IntegriCloud