Revert "uboot-sunxi: bump to 2017.11"
[openwrt/staging/wigyori.git] / package / boot / uboot-sunxi / patches / 211-Revert-scripts-Makefile.lib-Always-have-.-u-boot.dts.patch
1 From cdee74ad13e933631caf7f544c319d8e981c6063 Mon Sep 17 00:00:00 2001
2 From: Hauke Mehrtens <hauke@hauke-m.de>
3 Date: Thu, 20 Jul 2017 19:49:25 +0200
4 Subject: [PATCH 211/213] Revert "scripts/Makefile.lib: Always have
5 ...-u-boot.dtsi be able to override"
6
7 This reverts commit 7452946e7f3742b3ff1cb4a50603e7492aceea88.
8 ---
9 scripts/Makefile.lib | 4 ++--
10 1 file changed, 2 insertions(+), 2 deletions(-)
11
12 --- a/scripts/Makefile.lib
13 +++ b/scripts/Makefile.lib
14 @@ -306,10 +306,10 @@ $(obj)/%.dtb.S: $(obj)/%.dtb
15
16 quiet_cmd_dtc = DTC $@
17 # Modified for U-Boot
18 -# Bring in any U-Boot-specific include at the end of the file
19 +# Bring in any U-Boot-specific include after the '/dts-v1/;' header
20 cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \
21 cat $< $(if $(u_boot_dtsi),\
22 - | sed "$$ a\#include \"$(u_boot_dtsi)\"") | \
23 + | sed '/^\/ {$$/{x;s%$$%\#include \"$(u_boot_dtsi)\"%;G;}') | \
24 $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) - ; \
25 $(DTC) -O dtb -o $@ -b 0 \
26 -i $(dir $<) $(DTC_FLAGS) \