Message ID | 20200320102614.32201-1-biwen.li@nxp.com |
---|---|
State | Accepted |
Commit | 1d0bb1b9d2928ba99464ee0ad4091554e731f640 |
Headers | show |
Series | configs: ls1012afrwy: adjust env kernel_addr_r | expand |
>-----Original Message----- >From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Biwen Li >Sent: Friday, March 20, 2020 3:56 PM >To: Jagdish Gediya <jagdish.gediya at nxp.com>; Priyanka Jain ><priyanka.jain at nxp.com>; Pramod Kumar <pramod.kumar_1 at nxp.com>; >Shengzhou Liu <shengzhou.liu at nxp.com> >Cc: Alison Wang <alison.wang at nxp.com>; u-boot at lists.denx.de; Jiafei Pan ><jiafei.pan at nxp.com>; Biwen Li <biwen.li at nxp.com> >Subject: [PATCH] configs: ls1012afrwy: adjust env kernel_addr_r > >Adjust environment kernel_addr_r from 0x96000000 to 0x92000000 to fix a >bug that failed to boot kernel for ls1012afrwy with 512MiB RAM, => tftpboot >$kernel_addr_r Image (Image size is 36 MiB) TFTP error: trying to overwrite >reserved memory... > >Signed-off-by: Biwen Li <biwen.li at nxp.com> >--- Applied to u-boot-fsl-qoriq after rebasing. Waiting upstream Thanks Priyanka
diff --git a/include/configs/ls1012afrwy.h b/include/configs/ls1012afrwy.h index dde4369c97..2fa76f9748 100644 --- a/include/configs/ls1012afrwy.h +++ b/include/configs/ls1012afrwy.h @@ -63,7 +63,7 @@ "fdtheader_addr_r=0x80100000\0" \ "kernelheader_addr_r=0x80200000\0" \ "kernelheader_size=0x40000\0" \ - "kernel_addr_r=0x96000000\0" \ + "kernel_addr_r=0x92000000\0" \ "fdt_addr_r=0x90000000\0" \ "load_addr=0x96000000\0" \ "kernel_size=0x2800000\0" \
Adjust environment kernel_addr_r from 0x96000000 to 0x92000000 to fix a bug that failed to boot kernel for ls1012afrwy with 512MiB RAM, => tftpboot $kernel_addr_r Image (Image size is 36 MiB) TFTP error: trying to overwrite reserved memory... Signed-off-by: Biwen Li <biwen.li at nxp.com> --- include/configs/ls1012afrwy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)