]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Do not call board_early_init_f() twice
authorVadim Bendebury <vbendeb@chromium.org>
Tue, 9 Apr 2013 14:06:51 +0000 (14:06 +0000)
committerTom Rini <trini@ti.com>
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 <vbendeb@chromium.org>
common/board_f.c