diff options
author | Enric Balletbo i Serra <eballetbo@iseebcn.com> | 2009-11-18 18:41:07 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-11-25 14:21:00 -0800 |
commit | 58e111621d402d41cb0cabae7c532d6194b7d943 (patch) | |
tree | fa77dff9b0d82a96b62ea360e4fc7e4b7f5c1a10 /arch/arm/mach-omap2/Makefile | |
parent | 35ca0d1e4292d1bf4a0d50de4c71dbaf73db0a31 (diff) | |
download | talos-obmc-linux-58e111621d402d41cb0cabae7c532d6194b7d943.tar.gz talos-obmc-linux-58e111621d402d41cb0cabae7c532d6194b7d943.zip |
omap3: Add minimal IGEP v2 support
The IGEP v2 board is a low-cost, fan-less and industrial temperature
range single board computer that unleashes laptop-like performance and
expandability without the bulk, expense, or noise of typical desktop
machines. Its architecture shares much in common with other OMAP3 boards.
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 1b37f2a1cc0c..c2f3de9a0a08 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -85,6 +85,8 @@ obj-$(CONFIG_MACH_OMAP_ZOOM3) += board-zoom3.o \ board-zoom-debugboard.o obj-$(CONFIG_MACH_CM_T35) += board-cm-t35.o \ mmc-twl4030.o +obj-$(CONFIG_MACH_IGEP0020) += board-igep0020.o \ + mmc-twl4030.o obj-$(CONFIG_MACH_OMAP_4430SDP) += board-4430sdp.o |