[openwrt/openwrt] uboot-imx: build 'u-boot-dtb.img' for SolidRun CuBox-i
LEDE Commits
lede-commits at lists.infradead.org
Thu Apr 7 01:16:34 PDT 2022
pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0892fd9920588e8cc70016255c23a52d359e49c6
commit 0892fd9920588e8cc70016255c23a52d359e49c6
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Fri Apr 1 15:11:37 2022 +0200
uboot-imx: build 'u-boot-dtb.img' for SolidRun CuBox-i
Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
package/boot/uboot-imx/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/boot/uboot-imx/Makefile b/package/boot/uboot-imx/Makefile
index d5f5555595..63f145798d 100644
--- 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
More information about the lede-commits
mailing list