mirror of
https://xff.cz/git/u-boot/
synced 2025-09-21 02:22:18 +02:00
board_f: Drop the extra fdtdec_prepare_fdt()
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>
This commit is contained in:
@@ -911,9 +911,6 @@ static init_fnc_t init_sequence_f[] = {
|
|||||||
console_init_f, /* stage 1 init of console */
|
console_init_f, /* stage 1 init of console */
|
||||||
#ifdef CONFIG_SANDBOX
|
#ifdef CONFIG_SANDBOX
|
||||||
sandbox_early_getopt_check,
|
sandbox_early_getopt_check,
|
||||||
#endif
|
|
||||||
#ifdef CONFIG_OF_CONTROL
|
|
||||||
fdtdec_prepare_fdt,
|
|
||||||
#endif
|
#endif
|
||||||
display_options, /* say that we are here */
|
display_options, /* say that we are here */
|
||||||
display_text_info, /* show debugging info if required */
|
display_text_info, /* show debugging info if required */
|
||||||
|
Reference in New Issue
Block a user