commit | 14a0e7c0fa2aaa7554fbe5cc2c18b4d4ec0dbd0c | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Tue Aug 22 23:09:57 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 29 13:37:54 2023 -0400 |
tree | e54ae18a11ceb76795cf5e9b7e40a4693f93689e | |
parent | b74f62920bca5da25be0eefe08498d4d294b9697 [diff] |
sandbox: capsule: Enable EFI capsule module on sandbox variants Enable the EFI capsule update code on all sandbox variants. This was already enabled on the sandbox, sandbox64 and sandbox_flattree variants. The rest of the variants also have the EFI capsule update module enabled now. With this commit, the mkeficapsule tool also gets enabled on all variants. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>