bdinfo: ppc: Drop arch-specific print_baudrate()
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 20:16:46 +0000 (14:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:24:12 +0000 (13:24 -0400)
commit3e1cca2a2f6245a98b86e23222908dee234542e2
tree9b776b0910581868203a01584dfafc47857303ff
parent9e24e10b7bfe1fc7ca3971dbb5c8e3e781dd6db3
bdinfo: ppc: Drop arch-specific print_baudrate()

This function outputs the same basic info. Since the baud rate is commonly
115200 these is often no difference. Drop the arch-specific code and
inline it to avoid a one-line function.

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