commit | 4c1ca0d5e51ac131dd6d795d21134e64d1aea1be | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jun 19 10:09:44 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 26 13:17:51 2024 -0600 |
tree | 3372664a87f685fd7275d4c68eb2e114dc4bedda | |
parent | 6d4059c32aa76bf877cc963743dd4d6082879d80 [diff] |
cmd: Make use of U_BOOT_LONGHELP when missing After adding the U_BOOT_LONGHELP macro some new commands came in still that were not making use if it. Switch these cases over and in a few places add missing newlines as well. Signed-off-by: Tom Rini <trini@konsulko.com>