]> git.ipfire.org Git - thirdparty/u-boot.git/commit
fs: remove explicit efi configuration dependency
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Wed, 17 Jan 2024 04:39:44 +0000 (13:39 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 17 Jan 2024 07:40:25 +0000 (08:40 +0100)
commit467979b672be432b9f7904f6eefb3a05872855bb
tree1069654d930e9822df8127dd7a3dd6b48c506bc8
parent593607c5814e399057e044343248fdaa77ef2238
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>
fs/fs.c