diff options
author | Simon Glass <sjg@chromium.org> | 2017-01-23 13:31:26 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-25 17:38:44 -0500 |
commit | a009f36cfef6c4f60ce7f8d70e3ae8dd98537e30 (patch) | |
tree | cebaabd6ba9123f42582862cebb406434583d7ce /common/board_f.c | |
parent | cc664000c2b8a6e33a67e2ff06dfa8d97e6c5f79 (diff) | |
download | u-boot-a009f36cfef6c4f60ce7f8d70e3ae8dd98537e30.tar.gz |
Drop prt_mpc5xxx_clks() in favour of print_cpuinfo()
Rather than having an arch-specific function, use the existing generic
one.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/board_f.c')
-rw-r--r-- | common/board_f.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/board_f.c b/common/board_f.c index e5d112dd1e..99c0b5ac78 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -919,9 +919,6 @@ static init_fnc_t init_sequence_f[] = { #if defined(CONFIG_DISPLAY_CPUINFO) print_cpuinfo, /* display cpu info (and speed) */ #endif -#if defined(CONFIG_MPC5xxx) - prt_mpc5xxx_clks, -#endif /* CONFIG_MPC5xxx */ #if defined(CONFIG_DISPLAY_BOARDINFO) show_board_info, #endif |