On Wed, Mar 18, 2020 at 5:19 AM Atish Patra <atish.pa...@wdc.com> wrote: > > The DT used by U-Boot may be different from the DT being passed to > the OS if the DT is loaded from external media such as network or > mmc. In that case, the reserved-memory node needs to be copied to > the DT passed to the OS. > > Signed-off-by: Atish Patra <atish.pa...@wdc.com> > --- > arch/riscv/lib/bootm.c | 5 +++++ > 1 file changed, 5 insertions(+) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>