commit | e44df15761a6fb8c31f462341848148542755212 | [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 | c639135afa6dc3372f366c85e315f6b34ab16ece [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>