Re: [PATCH 05/17] dm: test: Drop the special function for running DM tests

2022-11-05 Thread Simon Glass
This is not needed since the flag takes care of all differences. Make use of the common function. Signed-off-by: Simon Glass --- test/dm/test-dm.c | 49 --- 1 file changed, 4 insertions(+), 45 deletions(-) Applied to u-boot-dm, thanks!

[PATCH 05/17] dm: test: Drop the special function for running DM tests

2022-10-29 Thread Simon Glass
This is not needed since the flag takes care of all differences. Make use of the common function. Signed-off-by: Simon Glass --- test/dm/test-dm.c | 49 --- 1 file changed, 4 insertions(+), 45 deletions(-) diff --git a/test/dm/test-dm.c b/test/dm/tes