Re: [PATCH] powerpc/prom: move the device tree if not in declared memory.

2018-12-18 Thread Michael Ellerman
Christophe Leroy writes: > If the device tree doesn't reside in the memory which is declared > inside it, it has to be moved as well as this memory will not be > mapped by the kernel. I worry this will break some obscure platform, but I'll merge it anyway and we'll see :) cheers > diff --git a

[PATCH] powerpc/prom: move the device tree if not in declared memory.

2018-12-17 Thread Christophe Leroy
If the device tree doesn't reside in the memory which is declared inside it, it has to be moved as well as this memory will not be mapped by the kernel. Signed-off-by: Christophe Leroy --- arch/powerpc/kernel/prom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/pow