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) | |
| download | olio-uboot-2014.01-ee96088ca59d871ec096aefce04b741d1b02cb30.tar.xz olio-uboot-2014.01-ee96088ca59d871ec096aefce04b741d1b02cb30.zip | |
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 f37a86ac1..9e85cdddc 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, |