001-use-dtc-in-kernel.patch 380 B

12345678910111213
  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. CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \