[PATCH] include/configs: ls1012afrwy: fix load address of itb with bootm command

The old load address of itb will overwrite uboots reserved memory on ls1012afrwy with 512 MiB ram
Signed-off-by: Biwen Li biwen.li@nxp.com --- include/configs/ls1012afrwy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/ls1012afrwy.h b/include/configs/ls1012afrwy.h index b5a4bd5412..1de82bbff9 100644 --- a/include/configs/ls1012afrwy.h +++ b/include/configs/ls1012afrwy.h @@ -73,7 +73,7 @@ "kernelheader_size=0x40000\0" \ "kernel_addr_r=0x96000000\0" \ "fdt_addr_r=0x90000000\0" \ - "load_addr=0x96000000\0" \ + "load_addr=0x92000000\0" \ "kernel_size=0x2800000\0" \ "kernelheader_size=0x40000\0" \ "console=ttyS0,115200\0" \

-----Original Message----- From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Biwen Li Sent: Friday, March 13, 2020 7:56 AM To: Jagdish Gediya jagdish.gediya@nxp.com; Priyanka Jain priyanka.jain@nxp.com; Shengzhou Liu shengzhou.liu@nxp.com Cc: Alison Wang alison.wang@nxp.com; u-boot@lists.denx.de; Biwen Li biwen.li@nxp.com Subject: [PATCH] include/configs: ls1012afrwy: fix load address of itb with bootm command
The old load address of itb will overwrite uboots reserved memory on ls1012afrwy with 512 MiB ram
Signed-off-by: Biwen Li biwen.li@nxp.com
Applied to u-boot-fsl-qoriq. Waiting upstream
Thanks Priyanka
participants (2)
-
Biwen Li
-
Priyanka Jain (OSS)