From: Denis Mukhin <[email protected]> Enable CONFIG_CMD_GPT_FLAGS to allow users experiment with GPT flags manipulation via 'gpt' command.
Signed-off-by: Denis Mukhin <[email protected]> --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index ba800f7d19da..07d3645b3d33 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -87,6 +87,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_GPIO_READ=y CONFIG_CMD_PWM=y CONFIG_CMD_GPT=y +CONFIG_CMD_GPT_FLAGS=y CONFIG_CMD_GPT_RENAME=y CONFIG_CMD_IDE=y CONFIG_CMD_I2C=y -- 2.54.0

