commit | d3adee1db87066b1bf8e97fbfe187153ba273628 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jan 16 13:04:06 2022 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jan 19 16:16:33 2022 +0100 |
tree | c17c2dea2660190fa64b1c4c0c8c135df050f614 | |
parent | a4492eeee14294c61680d56893df4d73880f098e [diff] |
sandbox: imply PARTITION_TYPE_GUID CONFIG_PARTITION_TYPE_GUID=y is needed for testing some GPT related functionality. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
diff --git a/arch/Kconfig b/arch/Kconfig index ee32e83..ffb8f5c 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -175,6 +175,7 @@ imply AVB_VERIFY imply LIBAVB imply CMD_AVB + imply PARTITION_TYPE_GUID imply SCP03 imply CMD_SCP03 imply UDP_FUNCTION_FASTBOOT