
23 Nov
2022
23 Nov
'22
3:11 a.m.
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 --- Cc: Heinrich Schuchardt heinrich.schuchardt@canonical.com Cc: Simon Glass sjg@chromium.org Cc: Tom Rini trini@konsulko.com --- V2: - Add AB from Heinrich --- test/cmd/fdt.c | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+)
Applied to u-boot-dm, thanks!