aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-imx
diff options
context:
space:
mode:
authorPiotr Dymacz <pepe2k@gmail.com>2022-04-01 15:11:37 +0200
committerPiotr Dymacz <pepe2k@gmail.com>2022-04-07 09:58:44 +0200
commit0892fd9920588e8cc70016255c23a52d359e49c6 (patch)
tree6f4d628046e5f2577b6a74768a68a0a5a4df8d67 /package/boot/uboot-imx
parenta0528cab445ad6bb4b372d4484bac10f638c433f (diff)
downloadupstream-0892fd9920588e8cc70016255c23a52d359e49c6.tar.gz
upstream-0892fd9920588e8cc70016255c23a52d359e49c6.tar.bz2
upstream-0892fd9920588e8cc70016255c23a52d359e49c6.zip
uboot-imx: build 'u-boot-dtb.img' for SolidRun CuBox-i
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'package/boot/uboot-imx')
-rw-r--r--package/boot/uboot-imx/Makefile4
1 files 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