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

2016-10-10 Thread Bin Meng
On Tue, Oct 11, 2016 at 11:15 AM, Bin Meng wrote: > On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: >> This is already called earlier, from fdtdec_setup(), so drop this unnecessary >> call from the init sequence. >> >> Signed-off-by: Simon Glass >> --- >> >> common/board_f.c | 3 --- >> 1

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

2016-10-10 Thread Bin Meng
On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: > This is already called earlier, from fdtdec_setup(), so drop this unnecessary > call from the init sequence. > > Signed-off-by: Simon Glass > --- > > common/board_f.c | 3 --- > 1 file changed, 3 deletions(-) > Reviewed-by: Bin Meng __

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

2016-09-25 Thread Simon Glass
This is already called earlier, from fdtdec_setup(), so drop this unnecessary call from the init sequence. Signed-off-by: Simon Glass --- 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