commit | f1df20a13536ef8912b787998c072cbd7c513151 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Mar 02 04:08:29 2023 +0100 |
committer | Simon Glass <sjg@chromium.org> | Wed Mar 08 11:40:57 2023 -0800 |
tree | eee3e6ff30a7c88cd86e05c26ad9a4dfdf1dc7af | |
parent | 39e072701ce1a989afe84a170a868c0bcc977efe [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>