From 1a533159519142753b79b2efcc8ea1d4146fe14b Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 14 Oct 2017 13:24:07 -0700 Subject: 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 --- .../211-Revert-scripts-Makefile.lib-Always-have-.-u-boot.dts.patch | 5 ----- 1 file changed, 5 deletions(-) (limited to 'package/boot/uboot-sunxi/patches/211-Revert-scripts-Makefile.lib-Always-have-.-u-boot.dts.patch') diff --git a/package/boot/uboot-sunxi/patches/211-Revert-scripts-Makefile.lib-Always-have-.-u-boot.dts.patch b/package/boot/uboot-sunxi/patches/211-Revert-scripts-Makefile.lib-Always-have-.-u-boot.dts.patch index 8f68caf8fd..d40238d3a4 100644 --- a/package/boot/uboot-sunxi/patches/211-Revert-scripts-Makefile.lib-Always-have-.-u-boot.dts.patch +++ b/package/boot/uboot-sunxi/patches/211-Revert-scripts-Makefile.lib-Always-have-.-u-boot.dts.patch @@ -9,8 +9,6 @@ This reverts commit 7452946e7f3742b3ff1cb4a50603e7492aceea88. scripts/Makefile.lib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib -index 80ddb08474..66f8dcbe07 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -306,10 +306,10 @@ $(obj)/%.dtb.S: $(obj)/%.dtb @@ -26,6 +24,3 @@ index 80ddb08474..66f8dcbe07 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 - -- cgit v1.2.3