On Mon, 27 Feb 2023 at 12:55, Marek Vasut <marek.vasut+rene...@mailbox.org> wrote: > > The 'fdt get' command has a 'get value' subcommand, rename the fdt_test_get() > to fdt_test_get_value() to avoid confusion about what it is testing. There is > currently no get 'get name', 'get addr', 'get size' subcommand test. > > Signed-off-by: Marek Vasut <marek.vasut+rene...@mailbox.org> > --- > Cc: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > Cc: Simon Glass <s...@chromium.org> > Cc: Tom Rini <tr...@konsulko.com> > --- > test/cmd/fdt.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>