commit | c3e350f0acfa0b0992ef23d02d40181d7ee9d706 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Mar 02 04:08:38 2023 +0100 |
committer | Simon Glass <sjg@chromium.org> | Wed Mar 08 13:14:29 2023 -0800 |
tree | 085e6fd97ebdc9dc8110bd107e71b054a1bcd3db | |
parent | e4d26c93b78add685d2bafef74426dc7f5b186a1 [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>