
26 Jan
2017
26 Jan
'17
6:41 p.m.
On Thu, Jan 26, 2017 at 03:07:24PM +0200, Roger Quadros wrote:
As Keystone platforms also need this let's move this function to the common board_detect code.
This exists elsewhere? If so, it should be removed in this patch too. Also:
+void __maybe_unused board_ti_set_ethaddr(int index)
We shouldn't need __maybe_unused here as it's a public function and will get discarded already if unused.
--
Tom