Re: [PATCH 1/2] fdt: Properly handle "no-map" field in the memory region
From: Rob Herring <robh@kernel.org>
Date: 2021-01-15 17:30:33
Also in:
lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-01-15 17:30:33
Also in:
lkml
On Fri, 15 Jan 2021 11:45:43 +0000, Quentin Perret wrote:
From: KarimAllah Ahmed <redacted> Mark the memory region with NOMAP flag instead of completely removing it from the memory blocks. That makes the FDT handling consistent with the EFI memory map handling. Cc: Rob Herring <robh+dt@kernel.org> Cc: Frank Rowand <redacted> Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: KarimAllah Ahmed <redacted> Signed-off-by: Quentin Perret <redacted> --- drivers/of/fdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks!