diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2007-04-30 15:26:21 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2007-05-01 12:08:36 -0500 |
commit | 54b2d434ae9d01787936f34fe1759cf3d7624ae3 (patch) | |
tree | e70026ee0436509f2723e166e016d5f837a89d96 /lib_ppc | |
parent | 5c5d3242935cf3543af01142627494434834cf98 (diff) |
mpc83xx: replace elaborate boottime verbosity with 'clocks' command
and fix CPU: to align with Board: display text.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'lib_ppc')
-rw-r--r-- | lib_ppc/board.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 24e8e970b36..1e7f172d671 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -310,10 +310,6 @@ init_fnc_t *init_sequence[] = { prt_8260_clks, #endif /* CONFIG_8260 */ -#if defined(CONFIG_MPC83XX) - print_clock_conf, -#endif - checkcpu, #if defined(CONFIG_MPC5xxx) prt_mpc5xxx_clks, |