diff options
| author | Ioana Ciornei <[email protected]> | 2020-03-18 16:47:47 +0200 |
|---|---|---|
| committer | Priyanka Jain <[email protected]> | 2020-04-29 11:10:54 +0530 |
| commit | c197da75b7ba580880a8d5535ea9265b207a0da4 (patch) | |
| tree | e87500315b333494bf20a9f152fb43360351cccf /include | |
| parent | 68c7c008e84a3c53b8bd3be64237fa55464597f1 (diff) | |
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 <[email protected]>
Reviewed-by: Priyanka Jain <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ls1088ardb.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
