[PATCH] mx8m: csf.sh: Fix the calculation of fit_block_size

2022-09-22 Thread sbabic
> From: Fabio Estevam > When running the script to sign SPL/U-Boot on a kontron-sl-mx8mm board, > the fit_block_size was calculated as 0x1000 instead of 0x1020. > Add an extra parenthesis pair to fix it. > Signed-off-by: Fabio Estevam > Reviewed-by: Marek Vasut Applied to u-boot-imx, master, tha

Re: [PATCH] mx8m: csf.sh: Fix the calculation of fit_block_size

2022-09-21 Thread Stefano Babic
Hi Fabio, On 20.09.22 20:46, Fabio Estevam wrote: Hi Stefano and Tom, On Sun, Aug 14, 2022 at 2:25 PM Marek Vasut wrote: On 8/13/22 14:03, Fabio Estevam wrote: From: Fabio Estevam When running the script to sign SPL/U-Boot on a kontron-sl-mx8mm board, the fit_block_size was calculated as

Re: [PATCH] mx8m: csf.sh: Fix the calculation of fit_block_size

2022-09-20 Thread Fabio Estevam
Hi Stefano and Tom, On Sun, Aug 14, 2022 at 2:25 PM Marek Vasut wrote: > > On 8/13/22 14:03, Fabio Estevam wrote: > > From: Fabio Estevam > > > > When running the script to sign SPL/U-Boot on a kontron-sl-mx8mm board, > > the fit_block_size was calculated as 0x1000 instead of 0x1020. > > > > Add

Re: [PATCH] mx8m: csf.sh: Fix the calculation of fit_block_size

2022-08-14 Thread Marek Vasut
On 8/13/22 14:03, Fabio Estevam wrote: From: Fabio Estevam When running the script to sign SPL/U-Boot on a kontron-sl-mx8mm board, the fit_block_size was calculated as 0x1000 instead of 0x1020. Add an extra parenthesis pair to fix it. Signed-off-by: Fabio Estevam --- Hi Stefano, This one ap

[PATCH] mx8m: csf.sh: Fix the calculation of fit_block_size

2022-08-13 Thread Fabio Estevam
From: Fabio Estevam When running the script to sign SPL/U-Boot on a kontron-sl-mx8mm board, the fit_block_size was calculated as 0x1000 instead of 0x1020. Add an extra parenthesis pair to fix it. Signed-off-by: Fabio Estevam --- Hi Stefano, This one applies against u-boot-imx. Since this one