Skip to content
Snippets Groups Projects
Commit ea6d8be1 authored by Gerald Van Baren's avatar Gerald Van Baren
Browse files

Support setting FDT properties with optional values.


Fix a bug found and documented by Bartlomiej Sieka where the optional
value on "fdt set <path> <prop> [<val>]" wasn't optional.

=> fdt mknode / testnode
=> fdt print /testnode
testnode {
};
=> fdt set /testnode testprop
=> fdt print /testnode
testnode {
        testprop;
};

Signed-off-by: default avatarGerald Van Baren <vanbaren@cideas.com>
parent 22fb2246
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment