]> Git Repo - J-u-boot.git/commit
bdinfo: ppc: Drop arch-specific print_baudrate()
authorSimon Glass <[email protected]>
Sun, 10 May 2020 20:16:46 +0000 (14:16 -0600)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
cmd/bdinfo.c
This page took 0.035004 seconds and 4 git commands to generate.