aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-zynq/patches/001-use-dtc-in-kernel.patch
blob: 553c99e02ba49b59b3b152355d0e1bbd579b0f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: u-boot-2016.07/Makefile
===================================================================
--- u-boot-2016.07.orig/Makefile
+++ u-boot-2016.07/Makefile
@@ -348,7 +348,7 @@ OBJDUMP		= $(CROSS_COMPILE)objdump
 AWK		= awk
 PERL		= perl
 PYTHON		= python
-DTC		= dtc
+DTC		= $(DTCDIR)dtc
 CHECK		= sparse

 CHECKFLAGS     := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \