Re: [PATCH 03/11] efi_loader: Use directly version_string variable

2021-09-22 Thread Tom Rini
On Mon, Aug 02, 2021 at 03:18:30PM +0200, Pali Rohár wrote: > Macro U_BOOT_VERSION_STRING is already stored in variable version_string. > So use directly this variable instead of storing U_BOOT_VERSION_STRING into > temporary variable. > > Signed-off-by: Pali Rohár > Acked-by: Ilias Apalodimas

Re: [PATCH 03/11] efi_loader: Use directly version_string variable

2021-08-03 Thread Ilias Apalodimas
Hi Pali, On Mon, 2 Aug 2021 at 23:04, Heinrich Schuchardt wrote: > > +cc Ilias > > On 8/2/21 3:18 PM, Pali Rohár wrote: > > Macro U_BOOT_VERSION_STRING is already stored in variable version_string. > > So use directly this variable instead of storing U_BOOT_VERSION_STRING into > > temporary varia

Re: [PATCH 03/11] efi_loader: Use directly version_string variable

2021-08-02 Thread Heinrich Schuchardt
+cc Ilias On 8/2/21 3:18 PM, Pali Rohár wrote: Macro U_BOOT_VERSION_STRING is already stored in variable version_string. So use directly this variable instead of storing U_BOOT_VERSION_STRING into temporary variable. Signed-off-by: Pali Rohár --- lib/efi_loader/efi_tcg2.c | 5 ++--- 1 file