
30 Oct
2020
30 Oct
'20
4:34 a.m.
At present properties are tested in a roundabout way. The driver's probe() method writes out the values of the properties and the Python test checks the output from U-Boot SPL.
Add a C test which checks these values more directly.
Signed-off-by: Simon Glass sjg@chromium.org ---
test/dm/of_platdata.c | 69 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+)
Applied to u-boot-dm, thanks!