[source] package/uboot-omap: assign BUILD_DEVICES most boards
LEDE Commits
lede-commits at lists.infradead.org
Mon Apr 24 09:08:29 PDT 2017
lynxis pushed a commit to source.git, branch master:
https://git.lede-project.org/4ac4148cc4c7ffe8520da031fa9dec7704a224a0
commit 4ac4148cc4c7ffe8520da031fa9dec7704a224a0
Author: Alexander Couzens <lynxis at fe80.eu>
AuthorDate: Sat Apr 15 18:52:34 2017 +0200
package/uboot-omap: assign BUILD_DEVICES most boards
Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
package/boot/uboot-omap/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/boot/uboot-omap/Makefile b/package/boot/uboot-omap/Makefile
index 286d480..876d9f0 100644
--- 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
More information about the lede-commits
mailing list