aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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