]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: Add tests for DT-manipulation functions
authorMario Six <mario.six@gdsys.cc>
Tue, 26 Jun 2018 06:46:49 +0000 (08:46 +0200)
committerSimon Glass <sjg@chromium.org>
Sat, 29 Sep 2018 17:49:35 +0000 (11:49 -0600)
commit2ea4d0db738f69f14a08406763ffca332f5c0446
tree3a9dc31a64c397e693e3d33371f15f140453b0b2
parente369e58df79cf152c299b898e31c42f08167082a
test: Add tests for DT-manipulation functions

Add tests for the ofnode_set_enabled, ofnode_write_string, and
ofnode_write_property functions.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
test/dm/test-fdt.c