summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Millbrandt <emillbrandt@coldhaus.com>2009-08-13 10:14:21 -0500
committerWolfgang Denk <wd@denx.de>2009-08-25 12:57:55 +0200
commit5b53b29bc2e82b80b669f1d2402068c60d7fecd0 (patch)
treeadf3be1f3b75c2ca8b22fc3c661618283a6cda09 /Makefile
parent0a9e4e772123fe3e2bb499d7d2160c4cfd8a3a8d (diff)
downloadblackbird-obmc-uboot-5b53b29bc2e82b80b669f1d2402068c60d7fecd0.tar.gz
blackbird-obmc-uboot-5b53b29bc2e82b80b669f1d2402068c60d7fecd0.zip
Add support for the galaxy5200
Add support for the DEKA Research and Development galaxy5200 board The galaxy5200 is an Freescale mpc5200 based embedded industrial control board. Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 02393b680b..2fa43a57a8 100644
--- a/Makefile
+++ b/Makefile
@@ -544,6 +544,12 @@ digsy_mtc_RAMBOOT_config: unconfig
}
@$(MKCONFIG) -a digsy_mtc ppc mpc5xxx digsy_mtc
+galaxy5200_LOWBOOT_config \
+galaxy5200_config: unconfig
+ @mkdir -p $(obj)include
+ @echo "#define CONFIG_$(@:_config=) 1" >$(obj)include/config.h
+ @$(MKCONFIG) -a galaxy5200 ppc mpc5xxx galaxy5200
+
hmi1001_config: unconfig
@$(MKCONFIG) hmi1001 ppc mpc5xxx hmi1001
OpenPOWER on IntegriCloud