summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHeiko Schocher <hs@pollux.denx.de>2006-12-21 16:14:48 +0100
committerHeiko Schocher <hs@pollux.denx.de>2006-12-21 16:14:48 +0100
commit6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c (patch)
tree42470be9b406c4ae697554f0bbca3424a7cec588 /Makefile
parentcdb97a6678826f85e7c69eae6a1c113d034c9b10 (diff)
downloadblackbird-obmc-uboot-6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c.tar.gz
blackbird-obmc-uboot-6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c.zip
[PATCH] Add support for the UC101 board from MAN.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d2534ab776..6b1c4793b6 100644
--- a/Makefile
+++ b/Makefile
@@ -597,6 +597,8 @@ TQM5200_STK100_config: unconfig
{ echo "TEXT_BASE = 0xFFF00000" >$(obj)board/tqm5200/config.tmp ; \
}
@$(MKCONFIG) -n $@ -a TQM5200 ppc mpc5xxx tqm5200
+uc101_config: unconfig
+ @$(MKCONFIG) uc101 ppc mpc5xxx uc101
#########################################################################
## MPC8xx Systems
OpenPOWER on IntegriCloud