commit | 023d9c93932cd0106fb921290c6128705343a6da | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Fri Oct 21 12:01:57 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Nov 06 10:50:04 2022 +0100 |
tree | 6c716affe83fd8ed5d9f78286790abd0a026e4df | |
parent | 77b5c4a5b1dcc6dafde116bfdd66f769769a0aeb [diff] |
efi_loader: remove CONFIG_EFI_SETUP_EARLY Since the commit a9bf024b2933 ("efi_loader: disk: a helper function to create efi_disk objects from udevice"), CONFIG_EFI_SETUP_EARLY option is by default on and will never be turned off. So just remove this option. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>