aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-sunxi/patches/005-add-gmac-tx-delay-variant.patch
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2015-07-31 21:58:31 +0000
committerZoltan HERPAI <wigyori@uid0.hu>2015-07-31 21:58:31 +0000
commitb24603ed1d323957541714aa6439d8789d7b0beb (patch)
treeee7b58bcf7ef7ac91b3d7f8060979a70bb3ff383 /package/boot/uboot-sunxi/patches/005-add-gmac-tx-delay-variant.patch
parentba6458136163ef7d17483335707e2a6aa22b8c54 (diff)
downloadmaster-187ad058-b24603ed1d323957541714aa6439d8789d7b0beb.tar.gz
master-187ad058-b24603ed1d323957541714aa6439d8789d7b0beb.tar.bz2
master-187ad058-b24603ed1d323957541714aa6439d8789d7b0beb.zip
packages: uboot-sunxi: bump to 2015.07
- switch to using kernel-supplied dtc - refresh olimex-a13-som and lamobo-r1 patches (compile-tested only) Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46540 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-sunxi/patches/005-add-gmac-tx-delay-variant.patch')
-rw-r--r--package/boot/uboot-sunxi/patches/005-add-gmac-tx-delay-variant.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/package/boot/uboot-sunxi/patches/005-add-gmac-tx-delay-variant.patch b/package/boot/uboot-sunxi/patches/005-add-gmac-tx-delay-variant.patch
deleted file mode 100644
index a9183677c3..0000000000
--- a/package/boot/uboot-sunxi/patches/005-add-gmac-tx-delay-variant.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Index: u-boot-2015.01/board/sunxi/gmac.c
-===================================================================
---- u-boot-2015.01.orig/board/sunxi/gmac.c
-+++ u-boot-2015.01/board/sunxi/gmac.c
-@@ -34,7 +34,7 @@ int sunxi_gmac_initialize(bd_t *bis)
- * need to set bits 10-12 GTXDC "GMAC Transmit Clock Delay Chain"
- * of the GMAC clk register to 3.
- */
--#ifdef CONFIG_TARGET_BANANAPI
-+#ifdef CONFIG_SUNXI_GMAC_TX_DELAY_3
- setbits_le32(&ccm->gmac_clk_cfg, 0x3 << 10);
- #endif
-
-Index: u-boot-2015.01/configs/Bananapi_defconfig
-===================================================================
---- u-boot-2015.01.orig/configs/Bananapi_defconfig
-+++ u-boot-2015.01/configs/Bananapi_defconfig
-@@ -1,5 +1,5 @@
- CONFIG_SPL=y
--CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),AHCI,USB_EHCI"
-+CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,SUNXI_GMAC_TX_DELAY_3,RGMII,MACPWR=SUNXI_GPH(23),AHCI,USB_EHCI"
- CONFIG_FDTFILE="sun7i-a20-bananapi.dtb"
- +S:CONFIG_ARM=y
- +S:CONFIG_ARCH_SUNXI=y