commit | 38805e03f08b69bbb72f7761ffa4b4c169df0a37 | [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 | 4a9fe8cbe66018f3f6131797d897ad2711ac5424 [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>