]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: bdinfo: Optionally use getopt and implement bdinfo -a
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 7 Oct 2023 21:40:58 +0000 (23:40 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 9 Dec 2023 13:42:29 +0000 (08:42 -0500)
commitb6a90ac0902ff64a5a1dabe69cf4b480ac34d69a
tree95fe4de267952b710a6c28a2aef16fa8568b7647
parentdd8d52c934e8858264f91e8e8e2d8c7d8b059dd7
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>
cmd/bdinfo.c