Re: [PATCH 2/2] board: ae350: Add missing env variables for booti

2023-07-04 Thread Leo Liang
On Tue, Jul 04, 2023 at 07:13:21PM +0800, Yu Chien Peter Lin wrote: > The 'booti' command is unable to boot Image.gz due to the absence > of required environment variables 'kernel_comp_addr_r' and > 'kernel_comp_size'. > > This commit adds these variables and reorganizes the memory layout > to

[PATCH 2/2] board: ae350: Add missing env variables for booti

2023-07-04 Thread Yu Chien Peter Lin
The 'booti' command is unable to boot Image.gz due to the absence of required environment variables 'kernel_comp_addr_r' and 'kernel_comp_size'. This commit adds these variables and reorganizes the memory layout to prevent any overlap between binaries and files. Signed-off-by: Yu Chien Peter Lin