aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-sunxi/patches/212-Revert-Avoid-non-portable-sed-construct.patch
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2018-02-05 17:02:49 +0100
committerZoltan HERPAI <wigyori@uid0.hu>2018-03-21 17:07:06 +0100
commit7e1e29de757b23de7befc54e2bfc01e60b903170 (patch)
tree1440e39f8d1127e0365c18dc3ab2c2c0306ffea8 /package/boot/uboot-sunxi/patches/212-Revert-Avoid-non-portable-sed-construct.patch
parentbfc6514e948cd357191c115ac4dac4fc11937ac4 (diff)
downloadupstream-7e1e29de757b23de7befc54e2bfc01e60b903170.tar.gz
upstream-7e1e29de757b23de7befc54e2bfc01e60b903170.tar.bz2
upstream-7e1e29de757b23de7befc54e2bfc01e60b903170.zip
uboot-sunxi: bump again to 2017.11
Runtime-tested on: - Pine64 (A64) - Orange Pi 2 (H3) - Bananapro (A20) - Olimex A20-Micro (A20) - Pcduino v3 (A20) - Pcduino v2 (A10) Compile-tested on: - all A8/A7/A53 boards Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'package/boot/uboot-sunxi/patches/212-Revert-Avoid-non-portable-sed-construct.patch')
-rw-r--r--package/boot/uboot-sunxi/patches/212-Revert-Avoid-non-portable-sed-construct.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/boot/uboot-sunxi/patches/212-Revert-Avoid-non-portable-sed-construct.patch b/package/boot/uboot-sunxi/patches/212-Revert-Avoid-non-portable-sed-construct.patch
deleted file mode 100644
index 1a5603417a..0000000000
--- a/package/boot/uboot-sunxi/patches/212-Revert-Avoid-non-portable-sed-construct.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 53d123333fa0ddc64b2c55d48366f4582ac6922d Mon Sep 17 00:00:00 2001
-From: Hauke Mehrtens <hauke@hauke-m.de>
-Date: Thu, 20 Jul 2017 19:50:52 +0200
-Subject: [PATCH 212/213] Revert "Avoid non-portable sed construct"
-
-This reverts commit 208db781cad4c24f538658a9cb17e24fa43ca3c9.
----
- scripts/Makefile.lib | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/scripts/Makefile.lib
-+++ b/scripts/Makefile.lib
-@@ -309,7 +309,7 @@ quiet_cmd_dtc = DTC $@
- # Bring in any U-Boot-specific include after the '/dts-v1/;' header
- cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \
- cat $< $(if $(u_boot_dtsi),\
-- | sed '/^\/ {$$/{x;s%$$%\#include \"$(u_boot_dtsi)\"%;G;}') | \
-+ | sed 's%^/ {$$%\#include \"$(u_boot_dtsi)\"\n&%') | \
- $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) - ; \
- $(DTC) -O dtb -o $@ -b 0 \
- -i $(dir $<) $(DTC_FLAGS) \