]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: cmd: fdt: Test both string and integer arrays in 'fdt get value'
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 2 Mar 2023 03:08:29 +0000 (04:08 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 9 Mar 2023 16:50:48 +0000 (08:50 -0800)
commite2d7daa6c932646c25fadbf52ac68462de60e2f9
tree654dd284f790a042eb7bbd3e9a29940be4e56c4c
parented14576b59c4e2e2d608ffddd30e272872adcd74
test: cmd: fdt: Test both string and integer arrays in 'fdt get value'

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 <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/cmd/fdt.c