aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-sunxi/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-23 13:41:49 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-24 16:21:25 +0100
commite018c4d7ab8b712ce8b538e8cf3275ca90e8c02e (patch)
treeb1bade478cc8187841c3e4e543752eb73a3eaea0 /package/boot/uboot-sunxi/patches
parent9913c4eae47b941cf35f5245f5b0d1fbf1c97eec (diff)
downloadupstream-e018c4d7ab8b712ce8b538e8cf3275ca90e8c02e.tar.gz
upstream-e018c4d7ab8b712ce8b538e8cf3275ca90e8c02e.tar.bz2
upstream-e018c4d7ab8b712ce8b538e8cf3275ca90e8c02e.zip
uboot-sunxi: clean up, switch to u-boot.mk
Instead of referencing u-boot packages from device profiles and having a -all metapackage, make the u-boot packages hidden (they don't install to bin/ anyway), and name the files in KERNEL_BUILD_DIR appropriately Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/boot/uboot-sunxi/patches')
-rw-r--r--package/boot/uboot-sunxi/patches/001-use-dtc-in-kernel.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/boot/uboot-sunxi/patches/001-use-dtc-in-kernel.patch b/package/boot/uboot-sunxi/patches/001-use-dtc-in-kernel.patch
deleted file mode 100644
index 6471e78656..0000000000
--- a/package/boot/uboot-sunxi/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 = $(DTCDIR)dtc
- CHECK = sparse
-
- CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \