On Wed, Aug 5, 2020 at 5:01 PM Pragnesh Patel <pragnesh.pa...@sifive.com> wrote: > > There may be a chance that board specific fix_fdt() will change the > size of FDT blob so it's safe to call reserve_fdt() after fix_fdt() > otherwise global data (gd) will overwrite with FDT blob values. > > Signed-off-by: Pragnesh Patel <pragnesh.pa...@sifive.com> > --- > common/board_f.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>