commit | e2d7daa6c932646c25fadbf52ac68462de60e2f9 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Mar 02 04:08:29 2023 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Mar 09 08:50:48 2023 -0800 |
tree | 654dd284f790a042eb7bbd3e9a29940be4e56c4c | |
parent | ed14576b59c4e2e2d608ffddd30e272872adcd74 [diff] |
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>