commit | bbdbcaf59dc518f26897f162f3512a8a596c5d97 | [log] [tgz] |
---|---|---|
author | Kory Maincent <kory.maincent@bootlin.com> | Tue May 04 19:31:21 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu May 13 07:19:34 2021 -0400 |
tree | a619741aed18c76714d07364c5aaeaf3e937a4e0 | |
parent | ea184cbff99ea1d82dcf94c95afe054e95da5069 [diff] |
fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.c 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 <kory.maincent@bootlin.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Maxime Ripard <maxime@cerno.tech>