diff options
author | Gerald Van Baren <vanbaren@cideas.com> | 2008-01-05 14:52:04 -0500 |
---|---|---|
committer | Gerald Van Baren <vanbaren@cideas.com> | 2008-01-08 15:03:13 -0500 |
commit | ea6d8be153ceaf16958f8009cea6d75f3ff58d92 (patch) | |
tree | 87a68ee393eabc90ec35ac991a775d1753f82b96 /tools | |
parent | 22fb2246df91bfc840d87f0c5910818bad55577a (diff) | |
download | u-boot-imx-ea6d8be153ceaf16958f8009cea6d75f3ff58d92.zip u-boot-imx-ea6d8be153ceaf16958f8009cea6d75f3ff58d92.tar.gz u-boot-imx-ea6d8be153ceaf16958f8009cea6d75f3ff58d92.tar.bz2 |
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: Gerald Van Baren <vanbaren@cideas.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions