diff options
author | Kuan-Yi Li <kyli@abysm.org> | 2022-12-25 04:06:03 +0800 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-25 11:55:52 +0100 |
commit | 1c35dc26f12fae6aa7e2f3e7cf5481508a0e6c61 (patch) | |
tree | ea62a1ae1a678d7953e7203a8b5c54a8fe16f06e /package/boot | |
parent | 5c85c1f344c649c7dbd11046b6a412b88e0db5d9 (diff) | |
download | upstream-1c35dc26f12fae6aa7e2f3e7cf5481508a0e6c61.tar.gz upstream-1c35dc26f12fae6aa7e2f3e7cf5481508a0e6c61.tar.bz2 upstream-1c35dc26f12fae6aa7e2f3e7cf5481508a0e6c61.zip |
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 <kyli@abysm.org>
[ add commit description ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/uboot-mxs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |