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:
Simon Glass
2017-01-23 13:31:26 -07:00
committed by Tom Rini
parent cc664000c2
commit a009f36cfe
3 changed files with 2 additions and 5 deletions

View File

@@ -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];