projects
/
openwrt
/
staging
/
lynxis
/
omap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
741269f
)
package/uboot-omap: assign BUILD_DEVICES most boards
author
Alexander Couzens
<
[email protected]
>
Sat, 15 Apr 2017 16:52:34 +0000
(18:52 +0200)
committer
Alexander Couzens
<
[email protected]
>
Fri, 21 Apr 2017 16:19:37 +0000
(18:19 +0200)
Signed-off-by: Alexander Couzens <
[email protected]
>
package/boot/uboot-omap/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-omap/Makefile
b/package/boot/uboot-omap/Makefile
index 286d480b205ee48e5856304248978db7433ddfa4..876d9f0574741136dc50280c636c72e48ce03ee4 100644
(file)
--- a/
package/boot/uboot-omap/Makefile
+++ b/
package/boot/uboot-omap/Makefile
@@
-18,16
+18,17
@@
include $(INCLUDE_DIR)/package.mk
define U-Boot/Default
BUILD_TARGET:=omap
- BUILD_DEVICES:=Default
UBOOT_IMAGE:=u-boot.img MLO
endef
define U-Boot/omap4_panda
NAME:=Pandaboard
+ BUILD_DEVICES:=omap4-panda
endef
define U-Boot/am335x_evm
NAME:=AM335x EVM
+ BUILD_DEVICES:=am335x-evm
endef
define U-Boot/omap3_overo
@@
-36,6
+37,7
@@
endef
define U-Boot/omap3_beagle
NAME:=BeagleBoard
+ BUILD_DEVICES:=omap3-beagle
endef
UBOOT_TARGETS:=omap4_panda am335x_evm omap3_overo omap3_beagle