]> Git Repo - J-u-boot.git/commit - common/board_f.c
common: board_f: Do not call board_postclk_init twice
authorMasahiro Yamada <[email protected]>
Tue, 21 May 2013 21:08:09 +0000 (21:08 +0000)
committerTom Rini <[email protected]>
Tue, 4 Jun 2013 20:06:32 +0000 (16:06 -0400)
commitb8521b740bdecfb18d43dda62d72cbf7e167f1d0
treeeb1c095a89c4224da81661e4c10534ab8e5530d6
parent67cd4a63487400317f1586b130bc2475767a5315
common: board_f: Do not call board_postclk_init twice

The generic-board board_init_f function called board_postclk_init twice.

The first one came from arch/arm/lib/board.c, while the second one
from arch/powerpc/lib/board.c.

This commit deletes the first occurrence.
In addition, the second get_clocks call is moved after
board_postclk_init in order to keep the function call order
both for ARM and PowerPC.
ARM board calles get_clocks function after board_postclk_init.

Signed-off-by: Masahiro Yamada <[email protected]>
common/board_f.c
This page took 0.039194 seconds and 4 git commands to generate.