Re: [PATCH 4/8] sandbox: imply PARTITION_TYPE_GUID

2022-01-21 Thread Simon Glass
On Sun, 16 Jan 2022 at 08:14, Heinrich Schuchardt
 wrote:
>
> CONFIG_PARTITION_TYPE_GUID=y is needed for testing some GPT related

GPT-related

> functionality.
>
> Signed-off-by: Heinrich Schuchardt 
> ---
>  arch/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Simon Glass 


[PATCH 4/8] sandbox: imply PARTITION_TYPE_GUID

2022-01-16 Thread Heinrich Schuchardt
CONFIG_PARTITION_TYPE_GUID=y is needed for testing some GPT related
functionality.

Signed-off-by: Heinrich Schuchardt 
---
 arch/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/Kconfig b/arch/Kconfig
index ee32e8366e..ffb8f5c8ec 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -175,6 +175,7 @@ config SANDBOX
imply AVB_VERIFY
imply LIBAVB
imply CMD_AVB
+   imply PARTITION_TYPE_GUID
imply SCP03
imply CMD_SCP03
imply UDP_FUNCTION_FASTBOOT
-- 
2.33.1