commit | 8000a8986676f43d2e7f2b031f37f909e464ce30 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Tue Sep 17 17:09:35 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 07 11:12:47 2020 -0500 |
tree | 9de4bc38b6c465af7ab8ed78602bbc2ccadf3495 | |
parent | 166d5e91d108483ab1c51fd7b1b92b8f4fc14dec [diff] |
tools: dumpimage: Fall-though to print usage for help command This has the same result but some compilers will warn about this fall-through if there are statements as part of the label block. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>