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.schucha...@canonical.com> Signed-off-by: Marek Vasut <ma...@denx.de> --- Cc: Heinrich Schuchardt <heinrich.schucha...@canonical.com> Cc: Simon Glass <s...@chromium.org> Cc: Tom Rini <tr...@konsulko.com> --- V2: - Add AB from Heinrich --- test/cmd/fdt.c | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) Applied to u-boot-dm, thanks!