commit | 981c71a97c673fb3b94b6cd060c3faa4ea8343a4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 14:16:46 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 25 13:24:12 2020 -0400 |
tree | 9b776b0910581868203a01584dfafc47857303ff | |
parent | 48db0ee6b0b4f757e7530c58aac13738d7379068 [diff] |
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>