From 1c35dc26f12fae6aa7e2f3e7cf5481508a0e6c61 Mon Sep 17 00:00:00 2001 From: Kuan-Yi Li Date: Sun, 25 Dec 2022 04:06:03 +0800 Subject: [PATCH] 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 --- package/boot/uboot-mxs/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2