On Fri, 15 Jan 2021 11:45:43 +0000, Quentin Perret wrote: > From: KarimAllah Ahmed <karahmed@xxxxxxxxx> > > 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@xxxxxxxxxx> > Cc: Frank Rowand <frowand.list@xxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Cc: linux-kernel@xxxxxxxxxxxxxxx > Signed-off-by: KarimAllah Ahmed <karahmed@xxxxxxxxx> > Signed-off-by: Quentin Perret <qperret@xxxxxxxxxx> > --- > drivers/of/fdt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks!