]> git.baikalelectronics.ru Git - uboot.git/commit
bdinfo: sh: Use the generic bd command
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 20:16:32 +0000 (14:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:24:11 +0000 (13:24 -0400)
commitcd6c58b79a91ea80ee7591f4b8633a8a49b4595f
treed0b73d8bba2809d33fafd138a4d4d54a28d5d7f0
parentf37a4420bff2027be4bd770afd516a5878730ec6
bdinfo: sh: Use the generic bd command

This arch has no code that is not already in the generic function. Drop
the arch-specific function and change sh over to use the generic one.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
cmd/bdinfo.c