]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Convert sb command to use new macro
authorSimon Glass <sjg@chromium.org>
Mon, 28 Oct 2024 12:47:55 +0000 (13:47 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 03:27:12 +0000 (21:27 -0600)
commitd2e1c8a34876dd9e71c2a194fd83f8586716f480
tree9d7565fef1ae3c062e7f942b292de27bd8b23261
parent6cdb1497f99eafe7661c4bde1dca4831bfdd7120
sandbox: Convert sb command to use new macro

Ise the new U_BOOT_CMD_WITH_SUBCMDS() macro instead of writing the code
out manually.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/sb.c