commit | d4c994630fc17217fc91a1bc3b7d7732a651049a | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Wed Jan 17 13:39:44 2024 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jan 17 08:40:25 2024 +0100 |
tree | 1069654d930e9822df8127dd7a3dd6b48c506bc8 | |
parent | b916385ee801bc976556b52bb2e986640e8a8da5 [diff] |
fs: remove explicit efi configuration dependency Now it is clear that the feature actually depends on efi interfaces, not "bootefi" command. efi_set_bootdev() will automatically be nullified if necessary efi component is disabled. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>