Skip to content

Commit

Permalink
ARM64: zynqmp: Change the netboot load address
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
wjliang authored and Michal Simek committed Mar 18, 2016
1 parent fb1bbd9 commit 269c354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/configs/xilinx_zynqmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"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" \
Expand Down

0 comments on commit 269c354

Please sign in to comment.