
13 Sep
2021
13 Sep
'21
1:10 a.m.
On Mon, Sep 13, 2021 at 12:05 AM Samuel Holland samuel@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 samuel@sholland.org
arch/riscv/lib/fdt_fixup.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com