Re: [PATCH 03/10] fdtgrep: Correct ordering of flags

2024-01-01 Thread Simon Glass
Two of the flags are out of order, so fix this. Also adjust the ordering of one flag in the main switch() Signed-off-by: Simon Glass --- tools/fdtgrep.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) Applied to u-boot-dm/next, thanks!

[PATCH 03/10] fdtgrep: Correct ordering of flags

2023-12-17 Thread Simon Glass
Two of the flags are out of order, so fix this. Also adjust the ordering of one flag in the main switch() Signed-off-by: Simon Glass --- tools/fdtgrep.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/fdtgrep.c b/tools/fdtgrep.c index