Re: [PATCH v1 2/2] poplar: provide more space for kernel image

2023-11-17 Thread Tom Rini
On Thu, Nov 09, 2023 at 11:34:35PM +0100, Igor Opaniuk wrote: > Adjust mem layout, providing more space for linux kernel image. > > This fixes the problem: > ERROR: FDT image overlaps OS image (OS=0x3000..0x3258) > > Signed-off-by: Igor Opaniuk > Reviewed-by: Sam Protsenko Applied to

Re: [PATCH v1 2/2] poplar: provide more space for kernel image

2023-11-09 Thread Sam Protsenko
On Thu, Nov 9, 2023 at 4:34 PM Igor Opaniuk wrote: > > Adjust mem layout, providing more space for linux kernel image. > > This fixes the problem: > ERROR: FDT image overlaps OS image (OS=0x3000..0x3258) > > Signed-off-by: Igor Opaniuk > --- Reviewed-by: Sam Protsenko > > include/conf

[PATCH v1 2/2] poplar: provide more space for kernel image

2023-11-09 Thread Igor Opaniuk
Adjust mem layout, providing more space for linux kernel image. This fixes the problem: ERROR: FDT image overlaps OS image (OS=0x3000..0x3258) Signed-off-by: Igor Opaniuk --- include/configs/poplar.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/co