From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bhaskar Upadhaya Date: Fri, 6 Oct 2017 10:50:52 +0000 Subject: [U-Boot] [PATCH 1/1] armv8: ls1012a: Memory Map modification of kernel, env In-Reply-To: References: <1504241972-30613-1-git-send-email-Bhaskar.Upadhaya@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de -----Original Message----- From: York Sun Sent: Wednesday, September 06, 2017 9:51 PM To: Bhaskar Upadhaya ; u-boot at 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 images on LS1012A > as per below memory map: > Image Flash Offset > RCW+PBI 0x00000000 > Boot firmware (U-Boot) 0x00100000 You are changing "kernel_addr" below. [Bhaskar] Hi York, kernel_addr is not changed, only kernel_start is changed, so please tell does the comment is to change the Commit message or something else. > @@ -97,7 +97,7 @@ > "kernel_addr=0x100000\0" \ > "fdt_high=0xffffffffffffffff\0" \ > "initrd_high=0xffffffffffffffff\0" \ > - "kernel_start=0xa00000\0" \ > + "kernel_start=0x1000000\0" \ > "kernel_load=0xa0000000\0" \ > "kernel_size=0x2800000\0" \ York