Re: [U-Boot] [PATCH v2 06/11] net: sandbox: Convert sandbox mock eth driver to livetree

2018-06-29 Thread Simon Glass
On 29 June 2018 at 20:20, Joe Hershberger wrote: > Use the dev_ functions to access DT properties. > > Signed-off-by: Joe Hershberger > --- > > Changes in v2: > - go back to u8_array > - move DT accesses to ofdata_to_platdata() > > drivers/net/sandbox.c | 16 > 1 file changed,

[U-Boot] [PATCH v2 06/11] net: sandbox: Convert sandbox mock eth driver to livetree

2018-06-29 Thread Joe Hershberger
Use the dev_ functions to access DT properties. Signed-off-by: Joe Hershberger --- Changes in v2: - go back to u8_array - move DT accesses to ofdata_to_platdata() drivers/net/sandbox.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/net/sandbox.c