Re: [U-Boot] [PATCH] Do not call board_early_init_f() twice

2013-04-11 Thread Tom Rini
On Tue, Apr 09, 2013 at 05:06:51PM -0700, Vadim Bendebury wrote: 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

[U-Boot] [PATCH] Do not call board_early_init_f() twice

2013-04-09 Thread Vadim Bendebury
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 vben...@chromium.org --- common/board_f.c | 3 --- 1