summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGrzegorz Bernacki <gjb@semihalf.com>2009-03-17 10:06:40 +0100
committerWolfgang Denk <wd@denx.de>2009-03-20 22:39:14 +0100
commit5c4fa9b474af95d60f019ec6369cbe77b9dab4b5 (patch)
treeb5fce8725007726afc47808b364b1e3b9cbde652 /Makefile
parentff7dc067369e30066744f096995aef7d97574d15 (diff)
downloadblackbird-obmc-uboot-5c4fa9b474af95d60f019ec6369cbe77b9dab4b5.tar.gz
blackbird-obmc-uboot-5c4fa9b474af95d60f019ec6369cbe77b9dab4b5.zip
Add support for the digsy MTC board.
This is the InterControl custom device based on the MPC5200B chip. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a67cf1580e..3c9ce71686 100644
--- a/Makefile
+++ b/Makefile
@@ -527,6 +527,22 @@ cm5200_config: unconfig
cpci5200_config: unconfig
@$(MKCONFIG) -a cpci5200 ppc mpc5xxx cpci5200 esd
+digsy_mtc_config \
+digsy_mtc_LOWBOOT_config \
+digsy_mtc_RAMBOOT_config: unconfig
+ @mkdir -p $(obj)include
+ @mkdir -p $(obj)board/digsy_mtc
+ @ >$(obj)include/config.h
+ @[ -z "$(findstring LOWBOOT_,$@)" ] || \
+ { echo "TEXT_BASE = 0xFF000000" >$(obj)board/digsy_mtc/config.tmp ; \
+ echo "... with LOWBOOT configuration" ; \
+ }
+ @[ -z "$(findstring RAMBOOT_,$@)" ] || \
+ { echo "TEXT_BASE = 0x00100000" >$(obj)board/digsy_mtc/config.tmp ; \
+ echo "... with RAMBOOT configuration" ; \
+ }
+ @$(MKCONFIG) -a digsy_mtc ppc mpc5xxx digsy_mtc
+
hmi1001_config: unconfig
@$(MKCONFIG) hmi1001 ppc mpc5xxx hmi1001
OpenPOWER on IntegriCloud