From c197da75b7ba580880a8d5535ea9265b207a0da4 Mon Sep 17 00:00:00 2001 From: Ioana Ciornei Date: Wed, 18 Mar 2020 16:47:47 +0200 Subject: configs: ls1088ardb: enable CONFIG_DM_ETH and related Enable CONFIG_DM_ETH and CONFIG_DM_MDIO and related configs for the LS1088ARDB board. Signed-off-by: Ioana Ciornei Reviewed-by: Priyanka Jain --- include/configs/ls1088ardb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h index b48efcc119f..14648272016 100644 --- a/include/configs/ls1088ardb.h +++ b/include/configs/ls1088ardb.h @@ -522,7 +522,9 @@ /* MAC/PHY configuration */ #ifdef CONFIG_FSL_MC_ENET +#ifndef CONFIG_TARGET_LS1088ARDB #define CONFIG_PHYLIB +#endif #define CONFIG_PHY_VITESSE #define AQ_PHY_ADDR1 0x00 -- cgit v1.2.3