diff options
author | Stefan Roese <sr@denx.de> | 2007-05-18 11:20:02 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-05-18 11:20:02 +0200 |
commit | ee96088ca59d871ec096aefce04b741d1b02cb30 (patch) | |
tree | 6a97720507c4bbd57ec5f6a8faf09e0971e5449d /lib_ppc | |
parent | ada4697d0230d6da552867777f98a67ec3ba2579 (diff) | |
parent | 70124c2602ae2d4c5d3dba05b482d91548242de8 (diff) |
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 f37a86ac10b..9e85cdddc4a 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, |