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

Simon Glass sjg at chromium.org
Sat Sep 25 17:15:26 CEST 2021


Hi Tony,

On Thu, 5 Aug 2021 at 22:50, Tony Dinh <mibodhi at gmail.com> wrote:
>
> Add include header file include/fdt_support_net.h
>
> Signed-off-by: Tony Dinh <mibodhi at gmail.com>
> ---
>
>  include/fdt_support_net.h | 39 +++++++++++++++++++++++++++++++++++++++
>  1 file changed, 39 insertions(+)
>  create mode 100644 include/fdt_support_net.h

Sorry for the delay but I am only now coming to this after being away
for a month and finding it in my queue.

Can you please
- move this to drivers/core/of_extra.c and include/dm/ofnode.h
- use the livetree interface (ofnode) instead of fdt
- merge everything into a single patch since the first patch creates a
build error

Regards,
Simon


More information about the U-Boot mailing list