diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-11-25 23:17:15 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-11-26 19:44:56 +0100 |
commit | 8fc4fe7b488e41f79b70b049bf669b0d2088e61f (patch) | |
tree | 6cfeb0eb3bbd01b9d7be9b8125a166821150cef8 /package/boot/uboot-sunxi/Makefile | |
parent | fb3af8611942feb24f9b51934d8d1901050bf0d9 (diff) |
uboot-sunxi: use intree dtc explicitly
This replaces pylibfdt hack.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'package/boot/uboot-sunxi/Makefile')
-rw-r--r-- | package/boot/uboot-sunxi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile index 17905802c3..7f50992e69 100644 --- a/package/boot/uboot-sunxi/Makefile +++ b/package/boot/uboot-sunxi/Makefile @@ -15,6 +15,8 @@ PKG_HASH:=e31cac91545ff41b71cec5d8c22afd695645cd6e2a442ccdacacd60534069341 PKG_MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu> +UBOOT_USE_INTREE_DTC:=1 + include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |