Re: [PATCH v2 2/3] mkimage: fit: handle FDT_ERR_NOSPACE when ciphering

2020-08-08 Thread Tom Rini
On Thu, Jul 30, 2020 at 02:22:14PM +1000, patrick.oppenlan...@gmail.com wrote: > From: Patrick Oppenlander > > Also replace fdt_delprop/fdt_setprop with fdt_setprop as fdt_setprop can > replace an existing property value. > > Signed-off-by: Patrick Oppenlander > Reviewed-by: Philippe Reynes

Re: [PATCH v2 2/3] mkimage: fit: handle FDT_ERR_NOSPACE when ciphering

2020-07-30 Thread Philippe REYNES
Hi Patrick, > From: Patrick Oppenlander > > Also replace fdt_delprop/fdt_setprop with fdt_setprop as fdt_setprop can > replace an existing property value. Reviewed-by: Philippe Reynes > Signed-off-by: Patrick Oppenlander Regards, Philippe > --- > tools/image-host.c | 19 ++--

[PATCH v2 2/3] mkimage: fit: handle FDT_ERR_NOSPACE when ciphering

2020-07-29 Thread patrick . oppenlander
From: Patrick Oppenlander Also replace fdt_delprop/fdt_setprop with fdt_setprop as fdt_setprop can replace an existing property value. Signed-off-by: Patrick Oppenlander --- tools/image-host.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/tools/image-