On Mon, 27 Feb 2023 at 12:55, Marek Vasut <[email protected]> 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 <[email protected]> > --- > Cc: Heinrich Schuchardt <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Tom Rini <[email protected]> > --- > test/cmd/fdt.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

