RE: [PATCH 1/2] km: adapt defines and variables for new memory layout

2020-10-08 Thread Holger Brunck
Hi Heiko, > > Due to increasing kernel image sizes we get problems when > > decompressing the kernel image. To fix this we need to change the > > addresses where we load and where we extract the kernel. Also we need > > to adapt the address where to load the CRAMFS image and where to load > the DT

Re: [PATCH 1/2] km: adapt defines and variables for new memory layout

2020-10-07 Thread Heiko Schocher
Hello Holger, Am 07.10.2020 um 17:06 schrieb Holger Brunck: Due to increasing kernel image sizes we get problems when decompressing the kernel image. To fix this we need to change the addresses where we load and where we extract the kernel. Also we need to adapt the address where to load the CRA

[PATCH 1/2] km: adapt defines and variables for new memory layout

2020-10-07 Thread Holger Brunck
Due to increasing kernel image sizes we get problems when decompressing the kernel image. To fix this we need to change the addresses where we load and where we extract the kernel. Also we need to adapt the address where to load the CRAMFS image and where to load the DTB file. While a it also harmo