]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynqmp: Change kernel and fdt offsets in default environment
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Fri, 23 Feb 2018 06:01:30 +0000 (11:31 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 23 Feb 2018 13:45:34 +0000 (14:45 +0100)
This patch changes the kernel and fdt offsets in default environment
as the current offset of 1MB doesn't fit boot image till u-boot due to
increased size of u-boot and other bootimages.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_zynqmp.h

index 09bd93e10f3ae3ff4401c0830c2ecceb0416d9b8..087b3e3cbe4220b855bc1f95252840d5039e56dd 100644 (file)
        "fdt_high=0x10000000\0" \
        "loadbootenv_addr=0x100000\0" \
        "sdbootdev=0\0"\
-       "kernel_offset=0x180000\0" \
-       "fdt_offset=0x100000\0" \
+       "kernel_offset=0x280000\0" \
+       "fdt_offset=0x200000\0" \
        "kernel_size=0x1e00000\0" \
        "fdt_size=0x80000\0" \
        "bootenv=uEnv.txt\0" \