projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0528ca
)
uboot-imx: build 'u-boot-dtb.img' for SolidRun CuBox-i
author
Piotr Dymacz
<pepe2k@gmail.com>
Fri, 1 Apr 2022 13:11:37 +0000
(15:11 +0200)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Thu, 7 Apr 2022 07:58:44 +0000
(09:58 +0200)
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
package/boot/uboot-imx/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-imx/Makefile
b/package/boot/uboot-imx/Makefile
index d5f555559501b41de2b1bd9315c91df7e77d2afa..63f145798d6e4b91fbc8c3bc745faf3c59c96dfa 100644
(file)
--- a/
package/boot/uboot-imx/Makefile
+++ b/
package/boot/uboot-imx/Makefile
@@
-30,8
+30,8
@@
endef
define U-Boot/mx6cuboxi
NAME:=SolidRun Cubox-i boards
- UBOOT_IMAGE:=SPL u-boot.img
- UBOOT_MAKE_FLAGS:=SPL u-boot.img
+ UBOOT_IMAGE:=SPL u-boot
-dtb
.img
+ UBOOT_MAKE_FLAGS:=SPL u-boot
-dtb
.img
BUILD_SUBTARGET:=cortexa9
BUILD_DEVICES:=solidrun_cubox-i
endef