Re: [U-Boot] [PATCH v2 2/4] test: Add tests for DT-manipulation functions

2018-05-02 Thread Simon Glass
On 27 April 2018 at 06:51, Mario Six wrote: > Add tests for the ofnode_set_enabled, ofnode_write_string, and > ofnode_write_property functions. > > Signed-off-by: Mario Six > > --- > > v1 -> v2: > New in v2 > > --- > test/dm/test-fdt.c | 53 + >

[U-Boot] [PATCH v2 2/4] test: Add tests for DT-manipulation functions

2018-04-27 Thread Mario Six
Add tests for the ofnode_set_enabled, ofnode_write_string, and ofnode_write_property functions. Signed-off-by: Mario Six --- v1 -> v2: New in v2 --- test/dm/test-fdt.c | 53 + 1 file changed, 53 insertions(+) diff --git a/test/dm/test-fdt.c