
30 Aug
2017
30 Aug
'17
2:32 a.m.
From: Philipp Rossak embed3d@gmail.com
The sun8i emac hardware is present on the Nanopi M1. It uses the internal PHY.
Signed-off-by: Philipp Rossak embed3d@gmail.com --- configs/nanopi_m1_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/nanopi_m1_defconfig b/configs/nanopi_m1_defconfig index 498496b..6ac8968 100644 --- a/configs/nanopi_m1_defconfig +++ b/configs/nanopi_m1_defconfig @@ -14,3 +14,4 @@ CONFIG_SPL=y # CONFIG_SPL_ISO_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set CONFIG_USB_EHCI_HCD=y +CONFIG_SUN8I_EMAC=y
--
2.7.4