RE: [PATCH v2 1/3] board: ls2080aqds: transition to DM_ETH

2020-05-18 Thread Ioana Ciornei
> Subject: RE: [PATCH v2 1/3] board: ls2080aqds: transition to DM_ETH > > >-Original Message- > >From: Ioana Ciornei > >Sent: Friday, May 15, 2020 12:27 PM > >To: Priyanka Jain ; u-boot@lists.denx.de > >Cc: Ioana Ciornei > >Subject: [P

RE: [PATCH v2 1/3] board: ls2080aqds: transition to DM_ETH

2020-05-18 Thread Priyanka Jain
>-Original Message- >From: Ioana Ciornei >Sent: Friday, May 15, 2020 12:27 PM >To: Priyanka Jain ; u-boot@lists.denx.de >Cc: Ioana Ciornei >Subject: [PATCH v2 1/3] board: ls2080aqds: transition to DM_ETH > >In case CONFIG_DM_ETH is enabled, no hardcoding is neces

[PATCH v2 1/3] board: ls2080aqds: transition to DM_ETH

2020-05-15 Thread Ioana Ciornei
In case CONFIG_DM_ETH is enabled, no hardcoding is necessary for DPAA2 Ethernet devices. Compile out any unnecessary setup when CONFIG_DM_ETH is activated. Also, force the PCI devices to be enumerated at probe time. Signed-off-by: Ioana Ciornei --- board/freescale/ls2080aqds/eth.c| 13