]> git.baikalelectronics.ru Git - uboot.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>
Thu, 9 Mar 2023 16:50:47 +0000 (08:50 -0800)
commitc69b8f524bcc8ea36a20221ba74f4cc96f7ab6e0
treea8dbb983b3df1b0fc4708e1557821ddfe583deb6
parent61eb33bbe08f406a94c7054518c6ba4f4d97e674
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