On Mon, 27 Feb 2023 at 12:55, Marek Vasut <[email protected]> wrote: > > The 'fdt get value' subcommand now supports extraction of integer value > from integer arrays, add test for it, including a test for special case > unindexed integer array read, which is handled as hash and treated as a > long string instead of integer. > > 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 | 58 ++++++++++++++++++++++++++++++++++++-------------- > 1 file changed, 42 insertions(+), 16 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

