aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-zynq/patches/001-use-dtc-in-kernel.patch
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2016-07-15 16:55:19 +0200
committerGitHub <noreply@github.com>2016-07-15 16:55:19 +0200
commite365798d804207f172e78249a58b8e8881835030 (patch)
tree8f306065588647b71fb2e650fbda23baf29b9fdd /package/boot/uboot-zynq/patches/001-use-dtc-in-kernel.patch
parent00e666a59443521409144fa14cc6ecd8a645d1d4 (diff)
parent138f0748e9ccb7a71dd4fbd4941f5d8ff6509366 (diff)
downloadmaster-187ad058-e365798d804207f172e78249a58b8e8881835030.tar.gz
master-187ad058-e365798d804207f172e78249a58b8e8881835030.tar.bz2
master-187ad058-e365798d804207f172e78249a58b8e8881835030.zip
Merge pull request #31 from qinfengling/zedboard
zynq: add sdcard image generation support
Diffstat (limited to 'package/boot/uboot-zynq/patches/001-use-dtc-in-kernel.patch')
-rw-r--r--package/boot/uboot-zynq/patches/001-use-dtc-in-kernel.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/boot/uboot-zynq/patches/001-use-dtc-in-kernel.patch b/package/boot/uboot-zynq/patches/001-use-dtc-in-kernel.patch
new file mode 100644
index 0000000000..553c99e02b
--- /dev/null
+++ b/package/boot/uboot-zynq/patches/001-use-dtc-in-kernel.patch
@@ -0,0 +1,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__ \