uboot-mediatek: use kernel DTC on mediatek ARM targets

The u-boot build for mediatek ARM SoCs doesn't require pylibfdt. We
can use pre-build kernel DTC to save some build time.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
This commit is contained in:
Shiji Yang
2026-04-10 19:00:26 +08:00
committed by Daniel Golle
parent b6ecbb0374
commit 03accb46ef
+2
View File
@@ -5,7 +5,9 @@ PKG_VERSION:=2026.04
PKG_HASH:=ac7c04b8b7004923b00a4e5d6699c5df4d21233bac9fda690d8cfbc209fff2fd
PKG_BUILD_DEPENDS:=!(TARGET_ramips||TARGET_mediatek_mt7623):arm-trusted-firmware-tools/host
ifdef CONFIG_TARGET_ramips
UBOOT_USE_INTREE_DTC:=1
endif
include $(INCLUDE_DIR)/u-boot.mk
include $(INCLUDE_DIR)/package.mk