Re: [PATCH 1/2] xilinx: Align dfu ram with booti command

2020-07-24 Thread Michal Simek
st 15. 7. 2020 v 15:51 odesílatel Michal Simek napsal: > > Image should be loaded to 0x8 address and not to $kernel_addr_r. > Also kernel_addr, fdt_addr and fdt_size in zynqmp case are not defined > that's why define it to be aligned with Versal. > > Signed-off-by: Michal Simek > --- > >

[PATCH 1/2] xilinx: Align dfu ram with booti command

2020-07-15 Thread Michal Simek
Image should be loaded to 0x8 address and not to $kernel_addr_r. Also kernel_addr, fdt_addr and fdt_size in zynqmp case are not defined that's why define it to be aligned with Versal. Signed-off-by: Michal Simek --- include/configs/xilinx_versal.h | 2 +- include/configs/xilinx_zynqmp.h |