diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-10-14 13:24:07 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-10-23 18:42:25 -0700 |
commit | 1a533159519142753b79b2efcc8ea1d4146fe14b (patch) | |
tree | fe1489baec794f9ad7b9d824ee36609c38df2e8a /package/boot/uboot-sunxi/patches/212-Revert-Avoid-non-portable-sed-construct.patch | |
parent | 7f0a32e21ca9edaa5607b98724e1eca05c8c50ba (diff) | |
download | upstream-1a533159519142753b79b2efcc8ea1d4146fe14b.tar.gz upstream-1a533159519142753b79b2efcc8ea1d4146fe14b.tar.bz2 upstream-1a533159519142753b79b2efcc8ea1d4146fe14b.zip |
uboot-sunxi: Backport fix for stale CONFIG_SUNXIG_GMAC references
This backports the upstream commit fixing stale references to
CONFIG_SUNXI_GMAC which have been later replaced by CONFIG_SUN7I_GMAC.
This fixes the designware MAC pinmuxing on e.g: Lamobo R1.
Refresh patches while we are at it.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
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.patch | 5 |
1 files changed, 0 insertions, 5 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 index 1633ec718b..1a5603417a 100644 --- 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 @@ -8,8 +8,6 @@ This reverts commit 208db781cad4c24f538658a9cb17e24fa43ca3c9. scripts/Makefile.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib -index 66f8dcbe07..54bcb166b0 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -309,7 +309,7 @@ quiet_cmd_dtc = DTC $@ @@ -21,6 +19,3 @@ index 66f8dcbe07..54bcb166b0 100644 $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) - ; \ $(DTC) -O dtb -o $@ -b 0 \ -i $(dir $<) $(DTC_FLAGS) \ --- -2.11.0 - |