]> git.sur5r.net Git - u-boot/commitdiff
board_f: Drop the extra fdtdec_prepare_fdt()
authorSimon Glass <sjg@chromium.org>
Mon, 26 Sep 2016 03:33:07 +0000 (21:33 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 11 Oct 2016 03:55:33 +0000 (11:55 +0800)
This is already called earlier, from fdtdec_setup(), so drop this unnecessary
call from the init sequence.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
common/board_f.c

index 1b888228ca85d0b1d3c4ab5c7c85a07dcaed03e8..4b7483503e21caebb67257ec2cc74884e8b21619 100644 (file)
@@ -911,9 +911,6 @@ static init_fnc_t init_sequence_f[] = {
        console_init_f,         /* stage 1 init of console */
 #ifdef CONFIG_SANDBOX
        sandbox_early_getopt_check,
-#endif
-#ifdef CONFIG_OF_CONTROL
-       fdtdec_prepare_fdt,
 #endif
        display_options,        /* say that we are here */
        display_text_info,      /* show debugging info if required */