uboot-tegra: Set UBOOT_USE_INTREE_DTC
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 31 May 2024 12:15:10 +0000 (14:15 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 2 Jun 2024 16:06:39 +0000 (18:06 +0200)
U-Boot 2024.04 for tegra needs swig installed on the host, this
dependency is only checked if UBOOT_USE_INTREE_DTC is set. add the
missing definition.

Fixes: 6832faf3407e ("uboot-tegra: bump version to 2024.04")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/boot/uboot-tegra/Makefile

index 5bed6b97dd9c0b588e9e43964d9484dd1423271b..a90008bbd1d301817e27c5bb9f2aae4610c4aa7c 100644 (file)
@@ -13,6 +13,8 @@ PKG_HASH := 18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a
 
 PKG_MAINTAINER := Tomasz Maciej Nowak <tmn505@gmail.com>
 
+UBOOT_USE_INTREE_DTC:=1
+
 include $(INCLUDE_DIR)/u-boot.mk
 include $(INCLUDE_DIR)/package.mk