[PATCH] riscv: Fix setting no-map in reserved memory nodes

Bin Meng bmeng.cn at gmail.com
Mon Sep 13 01:10:42 CEST 2021


On Mon, Sep 13, 2021 at 12:05 AM Samuel Holland <samuel at 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 at sholland.org>
> ---
>
>  arch/riscv/lib/fdt_fixup.c | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list