summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTsiChungLiew <Tsi-Chung.Liew@freescale.com>2008-01-14 17:23:08 -0600
committerTsiChungLiew <Tsi-Chung.Liew@freescale.com>2008-01-17 14:59:40 -0600
commitaa5f1f9dc815a76f6dffb580798599c028fe7feb (patch)
tree51cd7207011a10d8d93ce70f919f61064b8cf3eb /Makefile
parent1ac559d4aa358f63b48c62b564224c06feeb4e36 (diff)
downloadblackbird-obmc-uboot-aa5f1f9dc815a76f6dffb580798599c028fe7feb.tar.gz
blackbird-obmc-uboot-aa5f1f9dc815a76f6dffb580798599c028fe7feb.zip
ColdFire: Add M5373EVB platform support - 2
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 78546cf617..d6e4d74cd2 100644
--- a/Makefile
+++ b/Makefile
@@ -1811,6 +1811,16 @@ M5329BFEE_config : unconfig
fi
@$(MKCONFIG) -a M5329EVB m68k mcf532x m5329evb freescale
+M5373EVB_config : unconfig
+ @case "$@" in \
+ M5373EVB_config) NAND=16;; \
+ esac; \
+ >include/config.h ; \
+ if [ "$${NAND}" != "0" ] ; then \
+ echo "#define NANDFLASH_SIZE $${NAND}" > $(obj)include/config.h ; \
+ fi
+ @$(MKCONFIG) -a M5373EVB m68k mcf532x m5373evb freescale
+
M54455EVB_config \
M54455EVB_atmel_config \
M54455EVB_intel_config \
OpenPOWER on IntegriCloud