commit | 7a06fd75797d002a0201fd4e3e0de3234a62ba3c | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Apr 19 10:01:56 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 23 22:05:34 2022 +0200 |
tree | 7581bb635e4a1f3165ef5db0c20883a0b564bce3 | |
parent | c73a0709e4a7d12107ce957105f694fdd6b7f8b6 [diff] |
efi_loader: PARTITION_UUIDS should be optional In the current implementation, partition table support (either GPT or DOS) is not mandatory. So CONFIG_PARTITION_UUIDS should not be enabled (selected) unconditionally. Fixes: commit 17f8cda505e3 ("efi_loader: set partition GUID in device path for SIG_TYPE_GUID") Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>