Re: [PATCH v3 01/10] fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.c

2021-03-24 Thread Maxime Ripard
On Wed, Mar 24, 2021 at 11:04:11AM +0100, Kory Maincent wrote: > Move the fdt_valid function to fdt_support. > This changes allow to be able to test the validity of a devicetree in > other c files. > > Update code syntax. > > Signed-off-by: Kory Maincent > Reviewed-by: Tom Rini Reviewed-by: Ma

[PATCH v3 01/10] fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.c

2021-03-24 Thread Kory Maincent
Move the fdt_valid function to fdt_support. This changes allow to be able to test the validity of a devicetree in other c files. Update code syntax. Signed-off-by: Kory Maincent Reviewed-by: Tom Rini --- cmd/fdt.c | 49 --- common/fdt_support