[PATCH 5/5] net: add MTD support to eth_platform_get_mac_address()
From: andrew@lunn.ch (Andrew Lunn)
Date: 2018-07-19 15:27:37
Also in:
linux-omap, lkml, netdev
From: andrew@lunn.ch (Andrew Lunn)
Date: 2018-07-19 15:27:37
Also in:
linux-omap, lkml, netdev
Unfortunately: this would effectively block me from improving the support for older davinci boards.
Is there something blocking you from converting the board to device
tree? This is something i did with a lot of the Marvell boards a few
years ago. For a while, we had both DT and board setup files. After a
couple of cycles, we killed off the setup files.
Andrew