aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-01-16 13:04:06 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-01-19 16:16:33 +0100
commitd3adee1db87066b1bf8e97fbfe187153ba273628 (patch)
treec17c2dea2660190fa64b1c4c0c8c135df050f614
parenta4492eeee14294c61680d56893df4d73880f098e (diff)
downloadu-boot-d3adee1db87066b1bf8e97fbfe187153ba273628.zip
u-boot-d3adee1db87066b1bf8e97fbfe187153ba273628.tar.gz
u-boot-d3adee1db87066b1bf8e97fbfe187153ba273628.tar.bz2
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>
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index ee32e83..ffb8f5c 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