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@nxp.com> Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
f1573d842c
commit
1d0bb1b9d2
@ -66,7 +66,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=0x92000000\0" \
|
||||
"kernel_size=0x2800000\0" \
|
||||
|
Loading…
Reference in New Issue
Block a user