summaryrefslogtreecommitdiff
path: root/board/omap3/common
diff options
context:
space:
mode:
authorTom Rix <Tom.Rix@windriver.com>2009-05-15 23:48:36 +0200
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:50 +0200
commit376aee78dd66ae0dc4ce496cbe93ecc80aaad48e (patch)
treeced869a84b030e02160de88bfd589417398a97d9 /board/omap3/common
parent53925acf1b5c1a1e6230cda2697640cd05bd1104 (diff)
downloadu-boot-imx-376aee78dd66ae0dc4ce496cbe93ecc80aaad48e.zip
u-boot-imx-376aee78dd66ae0dc4ce496cbe93ecc80aaad48e.tar.gz
u-boot-imx-376aee78dd66ae0dc4ce496cbe93ecc80aaad48e.tar.bz2
ZOOM2 Add initial support for Zoom2
Zoom2 is a new board from Texas Instruments and LogicPD The logicpd web site is a good source for general information on this board. Please start looking here if the below links are broken. http://www.logicpd.com This is a pdf of the product http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf This is the product description web page http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp This patch provides a zoom2 base target by copying zoom1 and by making some obvious changes. To configure, run make omap3_zoom2_config Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
Diffstat (limited to 'board/omap3/common')
-rw-r--r--board/omap3/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/omap3/common/Makefile b/board/omap3/common/Makefile
index 7b892fa..b8a0b14 100644
--- a/board/omap3/common/Makefile
+++ b/board/omap3/common/Makefile
@@ -33,6 +33,7 @@ COBJS-$(CONFIG_OMAP3_BEAGLE) += power.o
COBJS-$(CONFIG_OMAP3_OVERO) += power.o
COBJS-$(CONFIG_OMAP3_PANDORA) += power.o
COBJS-$(CONFIG_OMAP3_ZOOM1) += power.o
+COBJS-$(CONFIG_OMAP3_ZOOM2) += power.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)