mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 17:19:43 +01:00
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>
This commit is contained in:
parent
5c85c1f344
commit
1c35dc26f1
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue