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>
"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" \