uboot-tegra: build with tegra generic subtarget
authorKuan-Yi Li <kyli@abysm.org>
Sat, 24 Dec 2022 20:06:26 +0000 (04:06 +0800)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 25 Dec 2022 10:55:53 +0000 (11:55 +0100)
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>
package/boot/uboot-tegra/Makefile

index 582f7be9471c170f9e392644f0b9d7897736443f..876682fabc496b765d35648ac352b529e5f36b7f 100644 (file)
@@ -18,6 +18,7 @@ include $(INCLUDE_DIR)/package.mk
 
 define U-Boot/Default
   BUILD_TARGET := tegra
+  BUILD_SUBTARGET := generic
   HIDDEN := y
 endef