commit | caec1be706ac4e36d55e6343893a956f6ccf7464 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Mar 02 04:08:38 2023 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Mar 09 08:50:48 2023 -0800 |
tree | 5cdb6e341165c47133f5a74673bfc3fe55f50c5b | |
parent | e7c7878455ec29806e1775ce37129e5a8e5dfb0d [diff] |
test: cmd: fdt: Test fdt rm Add 'fdt rm' test which works as follows: - Create fuller FDT, map it to sysmem - Selectively delete nodes or properties by both path and aliases - Verify created nodes or properties using fdt print command The test case can be triggered using: " ./u-boot -Dc 'ut fdt' " To dump the full output from commands used during test, add '-v' flag. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Simon Glass <sjg@chromium.org>