diff options
| author | Kuan-Yi Li | 2022-12-24 20:06:14 +0000 |
|---|---|---|
| committer | Christian Marangi | 2022-12-25 10:55:53 +0000 |
| commit | 64bfb8b7d64708e3da7d245783ca79de2db6cbff (patch) | |
| tree | 1e804098a5f4ea9bfc4f688032955e187911b0c4 | |
| parent | 1c35dc26f12fae6aa7e2f3e7cf5481508a0e6c61 (diff) | |
| download | openwrt-64bfb8b7d64708e3da7d245783ca79de2db6cbff.tar.gz | |
uboot-zynq: build with zynq generic subtarget
Fix image build fail by using the generic subtarget.
Fixes: 6d7129ef ("zynq: 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>
| -rw-r--r-- | package/boot/uboot-zynq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-zynq/Makefile b/package/boot/uboot-zynq/Makefile index c605cfaeb2..0f93c4f453 100644 --- a/package/boot/uboot-zynq/Makefile +++ b/package/boot/uboot-zynq/Makefile @@ -18,6 +18,7 @@ include $(INCLUDE_DIR)/host-build.mk define U-Boot/Default BUILD_TARGET:=zynq + BUILD_SUBTARGET:=generic UBOOT_IMAGE:=spl/boot.bin u-boot.img UBOOT_CONFIG:=zynq_$(1) UENV:=default |