commit | 36f4e44db501faa4807fd151bf2580ad067331d1 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Mar 02 04:08:26 2023 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Mar 09 08:50:47 2023 -0800 |
tree | a8dbb983b3df1b0fc4708e1557821ddfe583deb6 | |
parent | 3ae0f50e4e2a457fc1d0c1d361c1a58181419339 [diff] |
test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value() The 'fdt get' command has a 'get value' subcommand, rename the fdt_test_get() to fdt_test_get_value() to avoid confusion about what it is testing. There is currently no get 'get name', 'get addr', 'get size' subcommand test. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Simon Glass <sjg@chromium.org>