Re: [PATCH] xilinx: zynqmp: Save multiboot as variable

2021-10-25 Thread Michal Simek
On 10/21/21 16:23, Oleksandr Suvorov wrote: On Thu, Oct 21, 2021 at 9:59 AM Michal Simek wrote: Save multiboot register as u-boot variable. And use it as primary source for composing dfu_alt_info for capsule update. If variable is not defined Signed-off-by: Michal Simek --- board/xilin

Re: [PATCH] xilinx: zynqmp: Save multiboot as variable

2021-10-21 Thread Oleksandr Suvorov
On Thu, Oct 21, 2021 at 9:59 AM Michal Simek wrote: > > Save multiboot register as u-boot variable. And use it as primary source > for composing dfu_alt_info for capsule update. If variable is not defined > > Signed-off-by: Michal Simek > --- > > board/xilinx/zynqmp/zynqmp.c | 4 +++- > 1 file c

[PATCH] xilinx: zynqmp: Save multiboot as variable

2021-10-20 Thread Michal Simek
Save multiboot register as u-boot variable. And use it as primary source for composing dfu_alt_info for capsule update. If variable is not defined Signed-off-by: Michal Simek --- board/xilinx/zynqmp/zynqmp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/board/xilinx/zyn