commit | 57113b0005906c72b800e4221bbbd7f573f50909 | [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 | c3e8c6feb3b6522c332ad4e8a682bd69ae2ef28e [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>