Re: [U-Boot] [PATCH 1/1] armv8: ls1012a: Memory Map modification of kernel, env

2017-10-06 Thread York Sun
On 10/06/2017 03:50 AM, Bhaskar Upadhaya wrote: > > > -Original Message- > From: York Sun > Sent: Wednesday, September 06, 2017 9:51 PM > To: Bhaskar Upadhaya ; u-boot@lists.denx.de > Subject: Re: [PATCH 1/1] armv8: ls1012a: Memory Map modification of kernel,env > > On 09/01/2017 02:54

Re: [U-Boot] [PATCH 1/1] armv8: ls1012a: Memory Map modification of kernel, env

2017-10-06 Thread Bhaskar Upadhaya
-Original Message- From: York Sun Sent: Wednesday, September 06, 2017 9:51 PM To: Bhaskar Upadhaya ; u-boot@lists.denx.de Subject: Re: [PATCH 1/1] armv8: ls1012a: Memory Map modification of kernel,env On 09/01/2017 02:54 AM, Bhaskar Upadhaya wrote: > This patch adjusts memory map for im

Re: [U-Boot] [PATCH 1/1] armv8: ls1012a: Memory Map modification of kernel, env

2017-09-06 Thread York Sun
On 09/01/2017 02:54 AM, Bhaskar Upadhaya wrote: > This patch adjusts memory map for images on LS1012A > as per below memory map: > Image Flash Offset > RCW+PBI 0x > Boot firmware (U-Boot) 0x0010

[U-Boot] [PATCH 1/1] armv8: ls1012a: Memory Map modification of kernel, env

2017-09-01 Thread Bhaskar Upadhaya
This patch adjusts memory map for images on LS1012A as per below memory map: Image Flash Offset RCW+PBI 0x Boot firmware (U-Boot) 0x0010 Boot firmware Environment 0x0030 Signed-off-