aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-omap
diff options
context:
space:
mode:
authorKuan-Yi Li <kyli@abysm.org>2022-12-25 04:06:38 +0800
committerChristian Marangi <ansuelsmth@gmail.com>2022-12-25 11:55:54 +0100
commita5f16b4f4fa36dede65c70de1464971052a0dcbd (patch)
treea45e600f2c7c3ad552cbe076af7be7504ddb6f11 /package/boot/uboot-omap
parent808046b2ee9e6cba3d1b4aa8c64c34087b245bfe (diff)
downloadupstream-a5f16b4f4fa36dede65c70de1464971052a0dcbd.tar.gz
upstream-a5f16b4f4fa36dede65c70de1464971052a0dcbd.tar.bz2
upstream-a5f16b4f4fa36dede65c70de1464971052a0dcbd.zip
uboot-omap: build with omap generic subtarget
Fix image build fail by using the generic subtarget. Fixes: b2bfea48 ("omap: add generic subtarget") Ref: 40e3f660 ("uboot-fritz4040: build with ipq40xx generic subtarget") Signed-off-by: Kuan-Yi Li <kyli@abysm.org> [ add commit description ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'package/boot/uboot-omap')
-rw-r--r--package/boot/uboot-omap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-omap/Makefile b/package/boot/uboot-omap/Makefile
index 4c12eec29d..4ee0bde7ad 100644
--- a/package/boot/uboot-omap/Makefile
+++ b/package/boot/uboot-omap/Makefile
@@ -18,6 +18,7 @@ include $(INCLUDE_DIR)/package.mk
define U-Boot/Default
BUILD_TARGET:=omap
+ BUILD_SUBTARGET:=generic
UBOOT_IMAGE:=u-boot.img MLO
endef