]> git.baikalelectronics.ru Git - uboot.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)
commit046bb05e894ffd11fcbc27af43a35a336ce70500
tree654dd284f790a042eb7bbd3e9a29940be4e56c4c
parenta3dfaf482c0a59f85175a2c9308ecc29b82d2086
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