]> git.dujemihanovic.xyz Git - u-boot.git/commit
fdtgrep: Correct ordering of flags
authorSimon Glass <sjg@chromium.org>
Sun, 17 Dec 2023 16:36:16 +0000 (09:36 -0700)
committerSimon Glass <sjg@chromium.org>
Sun, 31 Dec 2023 14:21:02 +0000 (07:21 -0700)
commit9dab5bd3f8c4b9f09e1bcb7aefc090210d1fd52e
tree829b08442be31c6abaf6e28226893e28bc23fdc2
parent233a61373bfc474bbf48e6e278f835818083ef84
fdtgrep: Correct ordering of flags

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 <sjg@chromium.org>
tools/fdtgrep.c