
26 Feb
2017
26 Feb
'17
12:52 a.m.
Pine64 boards needs DC1SW to be enabled for the ethernet PHY to work.
Enable it in the defconfig.
Signed-off-by: Icenowy Zheng icenowy@aosc.xyz --- configs/pine64_plus_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig index 7c7d86ff80..01c8368e2d 100644 --- a/configs/pine64_plus_defconfig +++ b/configs/pine64_plus_defconfig @@ -13,4 +13,5 @@ CONFIG_SPL=y # CONFIG_SPL_ISO_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set CONFIG_SUN8I_EMAC=y +CONFIG_AXP_SW_ON=y CONFIG_USB_EHCI_HCD=y
--
2.11.1