On Mon, Sep 13, 2021 at 12:05 AM Samuel Holland <sam...@sholland.org> wrote: > > The no-map property is wrongly skipped if a no-map reserved memory > node follows one without that property. Fix this by not remembering > the absence of a no-map property across loop iterations. > > Fixes: d4ea649f179a ("riscv: Provide a mechanism to fix DT for reserved > memory") > Signed-off-by: Samuel Holland <sam...@sholland.org> > --- > > arch/riscv/lib/fdt_fixup.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>