commit | fc1f85eeed731977e59bad760f21c277050efdb9 | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <masami.hiramatsu@linaro.org> | Mon Mar 21 22:37:35 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 09 21:06:31 2022 +0200 |
tree | e38c1581b2f9c253a59a6286122eaede2c3c87b6 | |
parent | 79696cec2a14974ac495e00bec0b0fb7f3f4d778 [diff] |
cmd: efidebug: Disable 'capsule disk-update' when CONFIG_EFI_CAPSULE_ON_DISK=n Disable 'capsule disk-update' option for the efidebug command when CONFIC_EFI_CAPSULE_ON_DISK is disabled, because this option is available only when the EFI capsule update on disk is enabled. Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org> Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>