summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPragnesh Patel <[email protected]>2020-08-13 10:12:26 +0530
committerAndes <[email protected]>2020-08-14 14:39:47 +0800
commit313981c2d9437f31b2a0f3838591a5fb0e5d8ebe (patch)
treeb1e7f289c00fe53b02ee5f11894e4d47a7697f83 /include
parent7c6ca03eaed0035ca6676e9bc7f5f1dfcaae7e8f (diff)
common/board_f: make sure to call fix_fdt() before reserve_fdt()
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. Fixes: a8492e25ac71 ("riscv: Expand the DT size before copy reserved memory node") Signed-off-by: Pragnesh Patel <[email protected]> Reviewed-by: Bin Meng <[email protected]> Reviewed-by: Rick Chen <[email protected]> Reviewed-by: Atish Patra <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions