]> git.baikalelectronics.ru Git - uboot.git/commit
test: cmd: fdt: Add fdt get value test case
authorMarek Vasut <marex@denx.de>
Mon, 14 Nov 2022 21:50:00 +0000 (22:50 +0100)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Nov 2022 22:13:35 +0000 (15:13 -0700)
commite7c73956df642481c40ca18410a24911f01d0de0
treefb7b2ff48dfe257fec43ce6be85d3b1d008facc3
parent4c15501a94689024bbedbcac246381ec25f70785
test: cmd: fdt: Add fdt get value test case

Add test case for 'fdt get value' sub command.

The test case can be triggered using:
"
./u-boot -d u-boot.dtb -c 'ut fdt'
"

Acked-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Signed-off-by: Marek Vasut <marex@denx.de>
test/cmd/fdt.c