diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-23 12:09:10 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-24 16:21:24 +0100 |
commit | 366c33962c1861df3e7833248571b2d1359cda88 (patch) | |
tree | 3e4d0348a082eca8908f847bf1ed7db3f20abed8 /package/boot/uboot-mvebu/patches | |
parent | 608d36e423fa7e105eb66e36aed943a19af02ba2 (diff) | |
download | upstream-366c33962c1861df3e7833248571b2d1359cda88.tar.gz upstream-366c33962c1861df3e7833248571b2d1359cda88.tar.bz2 upstream-366c33962c1861df3e7833248571b2d1359cda88.zip |
uboot-mvebu: switch to u-boot.mk
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/boot/uboot-mvebu/patches')
-rw-r--r-- | package/boot/uboot-mvebu/patches/001-use-dtc-in-kernel.patch | 11 |
1 files changed, 0 insertions, 11 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 deleted file mode 100644 index 7e46084ad8..0000000000 --- a/package/boot/uboot-mvebu/patches/001-use-dtc-in-kernel.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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__ \ |