mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user