]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value()
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 2 Mar 2023 03:08:26 +0000 (04:08 +0100)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:57 +0000 (11:40 -0800)
commit025b9d8e479ddf41cbc8d485c580f0ca7ef76989
tree49c829a7c7bb16e69d94c9c441520fd323d28a52
parentab40fafe96772581d81aa56a2f3bffd3379baae9
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>
test/cmd/fdt.c