fstools: update to latest git HEAD
[openwrt-github/.git] / package / boot / uboot-zynq / patches / 001-use-dtc-in-kernel.patch
1 Index: u-boot-2016.07/Makefile
2 ===================================================================
3 --- u-boot-2016.07.orig/Makefile
4 +++ u-boot-2016.07/Makefile
5 @@ -348,7 +348,7 @@ OBJDUMP             = $(CROSS_COMPILE)objdump
6  AWK            = awk
7  PERL           = perl
8  PYTHON         = python
9 -DTC            = dtc
10 +DTC            = $(DTCDIR)dtc
11  CHECK          = sparse
12
13  CHECKFLAGS     := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \