diff options
author | Peter Pearse <peter.pearse@arm.com> | 2007-05-18 14:34:19 +0100 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2007-05-18 14:34:19 +0100 |
commit | 879027daa838d245bf433ca2bb446bedace724f0 (patch) | |
tree | 663792e944d667843d77f81dd3d5ab56ffa7f098 /lib_ppc | |
parent | 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72 (diff) | |
parent | 70124c2602ae2d4c5d3dba05b482d91548242de8 (diff) | |
download | u-boot-imx-879027daa838d245bf433ca2bb446bedace724f0.zip u-boot-imx-879027daa838d245bf433ca2bb446bedace724f0.tar.gz u-boot-imx-879027daa838d245bf433ca2bb446bedace724f0.tar.bz2 |
Merge with git://www.denx.de/git/u-boot.git
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 24e8e97..1e7f172 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, |