Re: [PATCH 2/3] Add fdt network helper functions

2021-08-13 Thread Ramon Fried
On Thu, Aug 12, 2021 at 12:12 PM Tony Dinh wrote: > > Hi Stefan, > > On Wed, Aug 11, 2021 at 11:15 PM Stefan Roese wrote: > > > > Hi Tony, > > > > a few nits... > > > > On 06.08.21 06:49, Tony Dinh wrote: > > > Add fdt network helper functions common/fdt_support_net.c > > > > > > Signed-off-by: T

Re: [PATCH 2/3] Add fdt network helper functions

2021-08-12 Thread Tony Dinh
Hi Stefan, On Wed, Aug 11, 2021 at 11:15 PM Stefan Roese wrote: > > Hi Tony, > > a few nits... > > On 06.08.21 06:49, Tony Dinh wrote: > > Add fdt network helper functions common/fdt_support_net.c > > > > Signed-off-by: Tony Dinh > > --- > > > > common/fdt_support_net.c | 46 ++

Re: [PATCH 2/3] Add fdt network helper functions

2021-08-11 Thread Stefan Roese
Hi Tony, a few nits... On 06.08.21 06:49, Tony Dinh wrote: Add fdt network helper functions common/fdt_support_net.c Signed-off-by: Tony Dinh --- common/fdt_support_net.c | 46 1 file changed, 46 insertions(+) create mode 100644 common/fdt_suppor

[PATCH 2/3] Add fdt network helper functions

2021-08-05 Thread Tony Dinh
Add fdt network helper functions common/fdt_support_net.c Signed-off-by: Tony Dinh --- common/fdt_support_net.c | 46 1 file changed, 46 insertions(+) create mode 100644 common/fdt_support_net.c diff --git a/common/fdt_support_net.c b/common/fdt_suppor