Skip to content
Snippets Groups Projects
Commit 4ac4148c authored by Alexander Couzens's avatar Alexander Couzens
Browse files

package/uboot-omap: assign BUILD_DEVICES most boards

parent 72fdea24
No related branches found
No related tags found
No related merge requests found
...@@ -18,16 +18,17 @@ include $(INCLUDE_DIR)/package.mk ...@@ -18,16 +18,17 @@ include $(INCLUDE_DIR)/package.mk
define U-Boot/Default define U-Boot/Default
BUILD_TARGET:=omap BUILD_TARGET:=omap
BUILD_DEVICES:=Default
UBOOT_IMAGE:=u-boot.img MLO UBOOT_IMAGE:=u-boot.img MLO
endef endef
define U-Boot/omap4_panda define U-Boot/omap4_panda
NAME:=Pandaboard NAME:=Pandaboard
BUILD_DEVICES:=omap4-panda
endef endef
define U-Boot/am335x_evm define U-Boot/am335x_evm
NAME:=AM335x EVM NAME:=AM335x EVM
BUILD_DEVICES:=am335x-evm
endef endef
define U-Boot/omap3_overo define U-Boot/omap3_overo
...@@ -36,6 +37,7 @@ endef ...@@ -36,6 +37,7 @@ endef
define U-Boot/omap3_beagle define U-Boot/omap3_beagle
NAME:=BeagleBoard NAME:=BeagleBoard
BUILD_DEVICES:=omap3-beagle
endef endef
UBOOT_TARGETS:=omap4_panda am335x_evm omap3_overo omap3_beagle UBOOT_TARGETS:=omap4_panda am335x_evm omap3_overo omap3_beagle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment