2012-01-14 23:02:56 +00:00
|
|
|
#
|
2013-11-08 12:37:39 +00:00
|
|
|
# Copyright (C) 2012-2013 OpenWrt.org
|
2012-01-14 23:02:56 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
2017-02-23 00:04:36 +00:00
|
|
|
include $(INCLUDE_DIR)/kernel.mk
|
2012-01-14 23:02:56 +00:00
|
|
|
|
2017-02-01 19:21:24 +00:00
|
|
|
PKG_VERSION:=2017.01
|
2012-01-14 23:02:56 +00:00
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
2017-02-01 19:21:24 +00:00
|
|
|
PKG_HASH:=6c425175f93a4bcf2ec9faf5658ef279633dbd7856a293d95bd1ff516528ecf2
|
2012-01-14 23:02:56 +00:00
|
|
|
|
2017-01-23 11:25:49 +00:00
|
|
|
include $(INCLUDE_DIR)/u-boot.mk
|
2012-01-14 23:02:56 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
2017-01-23 11:25:49 +00:00
|
|
|
define U-Boot/Default
|
|
|
|
BUILD_TARGET:=omap
|
|
|
|
BUILD_DEVICES:=Default
|
|
|
|
UBOOT_IMAGE:=u-boot.img MLO
|
2012-01-14 23:02:56 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 11:25:49 +00:00
|
|
|
define U-Boot/omap4_panda
|
|
|
|
NAME:=Pandaboard
|
2012-01-14 23:02:56 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 11:25:49 +00:00
|
|
|
define U-Boot/am335x_evm
|
|
|
|
NAME:=AM335x EVM
|
2012-01-14 23:02:56 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 11:25:49 +00:00
|
|
|
define U-Boot/omap3_overo
|
|
|
|
NAME:=Gumstix Overo
|
2013-10-31 10:57:46 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 11:25:49 +00:00
|
|
|
define U-Boot/omap3_beagle
|
|
|
|
NAME:=BeagleBoard
|
2012-01-14 23:02:56 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 11:25:49 +00:00
|
|
|
UBOOT_TARGETS:=omap4_panda am335x_evm omap3_overo omap3_beagle
|
2012-01-14 23:02:56 +00:00
|
|
|
|
2017-01-23 11:25:49 +00:00
|
|
|
$(eval $(call BuildPackage/U-Boot))
|