Re: [PATCH 1/3] Add fdt network helper header file

2021-09-25 Thread Simon Glass
Hi Tony, On Thu, 5 Aug 2021 at 22:50, Tony Dinh wrote: > > Add include header file include/fdt_support_net.h > > Signed-off-by: Tony Dinh > --- > > include/fdt_support_net.h | 39 +++ > 1 file changed, 39 insertions(+) > create mode 100644 include/fdt_suppor

Re: [PATCH 1/3] Add fdt network helper header file

2021-08-13 Thread Ramon Fried
On Fri, Aug 6, 2021 at 7:50 AM Tony Dinh wrote: > > Add include header file include/fdt_support_net.h > > Signed-off-by: Tony Dinh > --- > > include/fdt_support_net.h | 39 +++ > 1 file changed, 39 insertions(+) > create mode 100644 include/fdt_support_net.h

Re: [PATCH 1/3] Add fdt network helper header file

2021-08-11 Thread Stefan Roese
On 06.08.21 06:49, Tony Dinh wrote: Add include header file include/fdt_support_net.h Signed-off-by: Tony Dinh --- include/fdt_support_net.h | 39 +++ 1 file changed, 39 insertions(+) create mode 100644 include/fdt_support_net.h diff --git a/include/fd