[U-Boot] [PATCH 04/82] board_f: Drop the extra fdtdec_prepare_fdt()

Simon Glass sjg at chromium.org
Mon Sep 26 05:33:07 CEST 2016


This is already called earlier, from fdtdec_setup(), so drop this unnecessary
call from the init sequence.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 common/board_f.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/common/board_f.c b/common/board_f.c
index 2c88595..e3179a1 100644
--- a/common/board_f.c
+++ b/common/board_f.c
@@ -912,9 +912,6 @@ static init_fnc_t init_sequence_f[] = {
 #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 */
 #if defined(CONFIG_MPC8260)
-- 
2.8.0.rc3.226.g39d4020



More information about the U-Boot mailing list