bdinfo: Drop print_bi_flash()
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 20:16:49 +0000 (14:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:24:12 +0000 (13:24 -0400)
commitaa8b758a88cccddb4f6eab3b90dbc7ab9ed43355
tree02da15d5409e18e3a025bc734c2846b7b76d699d
parent3cfbe22bf278163fd86d5005ca4d16f354e1e187
bdinfo: Drop print_bi_flash()

This function only has three lines of code in it so inline it. This helps
to put all the code in one place for future partitioning.

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