mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
53c2f174ad
Compile-tested: all boards Runtime-tested: - Cortex-A8: pcDuino - Cortex-A7: Bananapro, Bananapi M3 - Cortex-A53:Pine64+ Notes: - binman tries to add firmware for the SCP (system control processor), which we don't build, and is optional for the boot process on 64-bit. Disable this via setting the SCP envvar to /dev/null. For further info, see [1] . [1] https://github.com/u-boot/u-boot/blob/master/board/sunxi/README.sunxi64 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
13 lines
409 B
Diff
13 lines
409 B
Diff
GNU nano 2.7.4 File: 062-A20-improve-gmac-upload.patch
|
|
|
|
--- a/configs/A20-OLinuXino-Lime2_defconfig
|
|
+++ b/configs/A20-OLinuXino-Lime2_defconfig
|
|
@@ -26,6 +26,7 @@ CONFIG_ETH_DESIGNWARE=y
|
|
CONFIG_RGMII=y
|
|
CONFIG_MII=y
|
|
CONFIG_SUN7I_GMAC=y
|
|
+CONFIG_GMAC_TX_DELAY=1
|
|
CONFIG_AXP_ALDO3_VOLT=2800
|
|
CONFIG_AXP_ALDO3_VOLT_SLOPE_08=y
|
|
CONFIG_AXP_ALDO3_INRUSH_QUIRK=y
|