On Sun, Apr 19, 2020 at 3:32 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> > Reviewed-by: Bin Meng <bmeng...@gmail.com> > --- > arch/riscv/lib/bootm.c | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) >
Tested-by: Bin Meng <bmeng...@gmail.com>