mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
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>
This commit is contained in:
parent
1c35dc26f1
commit
64bfb8b7d6
@ -18,6 +18,7 @@ include $(INCLUDE_DIR)/host-build.mk
|
|||||||
|
|
||||||
define U-Boot/Default
|
define U-Boot/Default
|
||||||
BUILD_TARGET:=zynq
|
BUILD_TARGET:=zynq
|
||||||
|
BUILD_SUBTARGET:=generic
|
||||||
UBOOT_IMAGE:=spl/boot.bin u-boot.img
|
UBOOT_IMAGE:=spl/boot.bin u-boot.img
|
||||||
UBOOT_CONFIG:=zynq_$(1)
|
UBOOT_CONFIG:=zynq_$(1)
|
||||||
UENV:=default
|
UENV:=default
|
||||||
|
Loading…
Reference in New Issue
Block a user