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 /include | |
parent | 5c5d3242935cf3543af01142627494434834cf98 (diff) | |
download | u-boot-imx-54b2d434ae9d01787936f34fe1759cf3d7624ae3.zip u-boot-imx-54b2d434ae9d01787936f34fe1759cf3d7624ae3.tar.gz u-boot-imx-54b2d434ae9d01787936f34fe1759cf3d7624ae3.tar.bz2 |
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 'include')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h index b162dbd..c4fc2b3 100644 --- a/include/common.h +++ b/include/common.h @@ -440,8 +440,6 @@ int sdram_adjust_866 (void); int adjust_sdram_tbs_8xx (void); #if defined(CONFIG_8260) int prt_8260_clks (void); -#elif defined(CONFIG_MPC83XX) -int print_clock_conf(void); #elif defined(CONFIG_MPC5xxx) int prt_mpc5xxx_clks (void); #endif |