[U-Boot] [PATCH] boston: Set CONFIG_SYS_LOAD_ADDR to 0x88000000
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Tue Nov 21 21:29:41 UTC 2017
On 21.11.2017 21:35, Paul Burton wrote:
> Generally we load Linux kernels on Boston boards in the form of FIT
> images containing a compressed kernel binary. Linux is linked at
> 0x80100000 and so we need to decompress the kernel binary to that
> address, however this is our default load address which means that
> unless explicitly avoided we hit a decompression error as the
> uncompressed kernel binary overwrites its compressed version from the
> FIT image.
>
> Avoid this by adjusting CONFIG_SYS_LOAD_ADDR to 0x88000000 (or
> 0xffffffff88000000 for MIPS64 builds) which avoids the address overlap
> between compressed & uncompressed kernel binaries.
>
> Signed-off-by: Paul Burton <paul.burton at mips.com>
> Cc: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
> Cc: u-boot at lists.denx.de
>
> ---
>
> include/configs/boston.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
applied to u-boot-mips, thanks.
--
- Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171121/e00b9105/attachment.sig>
More information about the U-Boot
mailing list