286d480b205ee48e5856304248978db7433ddfa4
[lede-git/.git] / package / boot / uboot-omap / Makefile
1 #
2 # Copyright (C) 2012-2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9 include $(INCLUDE_DIR)/kernel.mk
10
11 PKG_VERSION:=2017.01
12 PKG_RELEASE:=1
13
14 PKG_HASH:=6c425175f93a4bcf2ec9faf5658ef279633dbd7856a293d95bd1ff516528ecf2
15
16 include $(INCLUDE_DIR)/u-boot.mk
17 include $(INCLUDE_DIR)/package.mk
18
19 define U-Boot/Default
20   BUILD_TARGET:=omap
21   BUILD_DEVICES:=Default
22   UBOOT_IMAGE:=u-boot.img MLO
23 endef
24
25 define U-Boot/omap4_panda
26   NAME:=Pandaboard
27 endef
28
29 define U-Boot/am335x_evm
30   NAME:=AM335x EVM
31 endef
32
33 define U-Boot/omap3_overo
34   NAME:=Gumstix Overo
35 endef
36
37 define U-Boot/omap3_beagle
38   NAME:=BeagleBoard
39 endef
40
41 UBOOT_TARGETS:=omap4_panda am335x_evm omap3_overo omap3_beagle
42
43 $(eval $(call BuildPackage/U-Boot))