Re: [PATCH v2 3/3] mkimage: fit: don't cipher ciphered data

2020-08-08 Thread Tom Rini
On Thu, Jul 30, 2020 at 02:22:15PM +1000, patrick.oppenlan...@gmail.com wrote: > From: Patrick Oppenlander > > Previously, mkimage -F could be run multiple times causing already > ciphered image data to be ciphered again. > > Signed-off-by: Patrick Oppenlander > Reviewed-by: Philippe Reynes

Re: [PATCH v2 3/3] mkimage: fit: don't cipher ciphered data

2020-07-30 Thread Philippe REYNES
Hi Patrick, > From: Patrick Oppenlander > > Previously, mkimage -F could be run multiple times causing already > ciphered image data to be ciphered again. Reviewed-by: Philippe Reynes > Signed-off-by: Patrick Oppenlander Regards, Philippe > --- > tools/image-host.c | 15 ++-

[PATCH v2 3/3] mkimage: fit: don't cipher ciphered data

2020-07-29 Thread patrick . oppenlander
From: Patrick Oppenlander Previously, mkimage -F could be run multiple times causing already ciphered image data to be ciphered again. Signed-off-by: Patrick Oppenlander --- tools/image-host.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/tools/image-host.