commit | b6a90ac0902ff64a5a1dabe69cf4b480ac34d69a | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Oct 07 23:40:58 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 09 08:42:29 2023 -0500 |
tree | 95fe4de267952b710a6c28a2aef16fa8568b7647 | |
parent | dd8d52c934e8858264f91e8e8e2d8c7d8b059dd7 [diff] |
cmd: bdinfo: Optionally use getopt and implement bdinfo -a Add optional support for getopt() and in case this is enabled via GETOPT configuration option, implement support for 'bdinfo -a'. The 'bdinfo -a' behaves exactly like bdinfo and prints 'all' the bdinfo information. This is implemented in preparation for other more fine-grained options. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>