Re: [PATCH v7 08/24] efi: Fix ll_boot_init() operation with the app

2021-12-21 Thread Heinrich Schuchardt
On 12/18/21 19:28, Simon Glass wrote: This should return false when the EFI app is running, since UEFI has done the required low-level init. Fix it. Signed-off-by: Simon Glass --- (no changes since v1) include/init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v7 08/24] efi: Fix ll_boot_init() operation with the app

2021-12-18 Thread Simon Glass
This should return false when the EFI app is running, since UEFI has done the required low-level init. Fix it. Signed-off-by: Simon Glass --- (no changes since v1) include/init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/init.h b/include/init.h index