summaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mvebu/patches/001-use-dtc-in-kernel.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot/uboot-mvebu/patches/001-use-dtc-in-kernel.patch')
-rw-r--r--package/boot/uboot-mvebu/patches/001-use-dtc-in-kernel.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/boot/uboot-mvebu/patches/001-use-dtc-in-kernel.patch b/package/boot/uboot-mvebu/patches/001-use-dtc-in-kernel.patch
new file mode 100644
index 0000000000..7e46084ad8
--- /dev/null
+++ b/package/boot/uboot-mvebu/patches/001-use-dtc-in-kernel.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -348,7 +348,7 @@ OBJDUMP = $(CROSS_COMPILE)objdump
+ AWK = awk
+ PERL = perl
+ PYTHON = python
+-DTC = dtc
++DTC = $(DTC_DIR)dtc
+ CHECK = sparse
+
+ CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \