1#
2# Copyright (C) 2012-2014 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9ARCH:=arm
10BOARD:=omap
11BOARDNAME:=TI OMAP3/4/AM33xx
12FEATURES:=usb usbgadget ext4 targz fpu audio display nand ubifs
13CPU_TYPE:=cortex-a9
14CPU_SUBTYPE:=vfpv3
15
16KERNEL_PATCHVER:=4.4
17
18MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
19
20KERNELNAME:=zImage dtbs
21
22include $(INCLUDE_DIR)/target.mk
23
24DEFAULT_PACKAGES += uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda
25
26define Target/Description
27	TI OMAP boards
28endef
29
30$(eval $(call BuildTarget))
31