aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-tegra
diff options
context:
space:
mode:
authorKuan-Yi Li <kyli@abysm.org>2022-12-25 04:06:26 +0800
committerChristian Marangi <ansuelsmth@gmail.com>2022-12-25 11:55:53 +0100
commit808046b2ee9e6cba3d1b4aa8c64c34087b245bfe (patch)
treec957218298bca31d94dae2419b5492c9245621e0 /package/boot/uboot-tegra
parent64bfb8b7d64708e3da7d245783ca79de2db6cbff (diff)
downloadupstream-808046b2ee9e6cba3d1b4aa8c64c34087b245bfe.tar.gz
upstream-808046b2ee9e6cba3d1b4aa8c64c34087b245bfe.tar.bz2
upstream-808046b2ee9e6cba3d1b4aa8c64c34087b245bfe.zip
uboot-tegra: build with tegra generic subtarget
Fix image build fail by using the generic subtarget. Fixes: c028e1b1 ("tegra: 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/uboot-tegra')
-rw-r--r--package/boot/uboot-tegra/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile
index 582f7be947..876682fabc 100644
--- a/package/boot/uboot-tegra/Makefile
+++ b/package/boot/uboot-tegra/Makefile
@@ -18,6 +18,7 @@ include $(INCLUDE_DIR)/package.mk
define U-Boot/Default
BUILD_TARGET := tegra
+ BUILD_SUBTARGET := generic
HIDDEN := y
endef