commit | ae18a67e9972a91ecef3c9e30f5e40675c63a74b | [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 | 777cc2cc01349492629f4e05170505ffe4b1cf14 [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>