summaryrefslogtreecommitdiff
path: root/board/xilinx/zynq/zynq-zybo
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@mips.com>2017-11-21 12:35:31 -0800
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2017-11-28 21:59:30 +0100
commitfabcffe9305842970c51661a3506fff818eefe8a (patch)
tree0dd436cc778c103f100ef3ba3903a6d94ad00279 /board/xilinx/zynq/zynq-zybo
parentcc4f36435fb39c8c89aa6cfc9c0ffb680727352d (diff)
boston: Set CONFIG_SYS_LOAD_ADDR to 0x88000000
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@mips.com> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: u-boot@lists.denx.de
Diffstat (limited to 'board/xilinx/zynq/zynq-zybo')
0 files changed, 0 insertions, 0 deletions