commit | c67aadc03997f75e204dba08222ed23433b9ba8e | [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 | a611ed514a9c1e5a103e143a451c59a6e237e524 [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>