From 60edf49f7bb5b4d5498710125944d5b8c4fe4dc1 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 3 Dec 2014 16:05:11 +0000 Subject: uboot-oxnas: re-add IC+ phy driver KD20 got an IC+ phy, without the driver the phy is not properly initialized resulting in ethernet not working unless being already initialized by the vendor loader. upstream commit 368b4d2b49bbbf379d9334747fbbd2aaaafe4356 drivers: net: remove dead drivers removed icplus.c due to the lack of in-tree users. Partially revert that commit adding back the IC+ driver. Signed-off-by: Daniel Golle SVN-Revision: 43508 --- package/boot/uboot-oxnas/files/include/configs/ox820.h | 1 + 1 file changed, 1 insertion(+) (limited to 'package/boot/uboot-oxnas/files/include') diff --git a/package/boot/uboot-oxnas/files/include/configs/ox820.h b/package/boot/uboot-oxnas/files/include/configs/ox820.h index e3c71e61e4..85ee3b4cd5 100644 --- a/package/boot/uboot-oxnas/files/include/configs/ox820.h +++ b/package/boot/uboot-oxnas/files/include/configs/ox820.h @@ -76,6 +76,7 @@ #define CONFIG_CMD_MII #define CONFIG_PHYLIB #define CONFIG_PHY_REALTEK +#define CONFIG_PHY_ICPLUS /* spl */ #ifdef CONFIG_SPL_BUILD -- cgit v1.2.3