提交 a009f36c 编写于 作者: S Simon Glass 提交者: Tom Rini

Drop prt_mpc5xxx_clks() in favour of print_cpuinfo()

Rather than having an arch-specific function, use the existing generic
one.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 cc664000
......@@ -69,7 +69,7 @@ int get_clocks (void)
return (0);
}
int prt_mpc5xxx_clks (void)
int print_cpuinfo(void)
{
char buf1[32], buf2[32], buf3[32];
......
......@@ -385,7 +385,7 @@ config BOARD_LATE_INIT
config DISPLAY_CPUINFO
bool "Display information about the CPU during start up"
default y if ARM || BLACKFIN || NIOS2 || X86 || XTENSA
default y if ARM || BLACKFIN || NIOS2 || X86 || XTENSA || MPC5xxx
help
Display information about the CPU that U-Boot is running on
when U-Boot starts up. The function print_cpuinfo() is called
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册