From: Kuan-Yi Li Date: Sat, 24 Dec 2022 20:06:03 +0000 (+0800) Subject: uboot-mxs: build with mxs generic subtarget X-Git-Tag: v23.05.0-rc1~1475 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1c35dc26f12fae6aa7e2f3e7cf5481508a0e6c61;p=openwrt%2Fopenwrt.git uboot-mxs: build with mxs generic subtarget Fix image build fail by using the generic subtarget. Fixes: 64ef920b ("mxs: add generic subtarget") Ref: 40e3f660 ("uboot-fritz4040: build with ipq40xx generic subtarget") Signed-off-by: Kuan-Yi Li [ add commit description ] Signed-off-by: Christian Marangi --- diff --git a/package/boot/uboot-mxs/Makefile b/package/boot/uboot-mxs/Makefile index 3c908874fa..ae1c027a0a 100644 --- a/package/boot/uboot-mxs/Makefile +++ b/package/boot/uboot-mxs/Makefile @@ -19,6 +19,7 @@ include $(INCLUDE_DIR)/host-build.mk define U-Boot/Default BUILD_TARGET:=mxs + BUILD_SUBTARGET:=generic UBOOT_IMAGE:=u-boot.sb DEFAULT:=y HIDDEN:=1