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:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user