]> Git Repo - J-u-boot.git/commit
Do not call board_early_init_f() twice
authorVadim Bendebury <[email protected]>
Tue, 9 Apr 2013 14:06:51 +0000 (14:06 +0000)
committerTom Rini <[email protected]>
Thu, 11 Apr 2013 19:40:23 +0000 (15:40 -0400)
commit3d38910151e3d069a164190763c7b03d11f1eec4
treea6a2c35ef5983fc5049042733498629a5becec74
parent980464a4fc6d69c080ea02115f05694efe313cd8
Do not call board_early_init_f() twice

Apparently due to a missed rebase conflict resolution
board_early_init_f() is included twice in the list of initialization
functions.

Leave only the first occurrence.
   . built and boot an Exynos 5250 target

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