]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM64: zynqmp: Change the netboot load address
authorWendy Liang <jliang@xilinx.com>
Fri, 18 Mar 2016 00:15:15 +0000 (17:15 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 18 Mar 2016 00:25:18 +0000 (01:25 +0100)
The netboot address to load the FIT image needs to be higher than
the address where the kernel is loaded.

For ZynqMP, kernel is loaded to 0x80000, the netboot
address for the image.ub which is supposed to be
the FIT image needs to be higher. Set it to 10000000.

Signed-off-by: Wendy Liang <jliang@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_zynqmp.h

index 7a3c12fa8e7dd6e4f482c3ea3b8cfd3d291c93f7..e5d8e634297028c036e66baf5bc32417d1d2c8e8 100644 (file)
                "fdt set /timer clock-frequency <240000> && " \
                "fdt set /amba/i2c_clk clock-frequency <240000> && " \
                "booti 80000 - f000000\0" \
-       "netboot=tftpboot 80000 image.ub && bootm\0" \
+       "netboot=tftpboot 10000000 image.ub && bootm\0" \
        "qspiboot=sf probe 0 0 0 && sf read $fdt_addr $fdt_offset $fdt_size && " \
                  "sf read $kernel_addr $kernel_offset $kernel_size && " \
                  "booti $kernel_addr - $fdt_addr\0" \