Enable the `gpt` command and EFI partitions support. Signed-off-by: Mathieu Othacehe <othac...@gnu.org> --- configs/imx93_var_som_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configs/imx93_var_som_defconfig b/configs/imx93_var_som_defconfig index 60751a77037..a3f98abc161 100644 --- a/configs/imx93_var_som_defconfig +++ b/configs/imx93_var_som_defconfig @@ -78,6 +78,7 @@ CONFIG_CMD_CACHE=y CONFIG_CMD_EFIDEBUG=y CONFIG_CMD_RTC=y CONFIG_CMD_TIME=y +CONFIG_CMD_GPT=y CONFIG_CMD_GETTIME=y CONFIG_CMD_TIMER=y CONFIG_CMD_REGULATOR=y @@ -151,4 +152,5 @@ CONFIG_ULP_WATCHDOG=y CONFIG_WDT=y CONFIG_LZO=y CONFIG_BZIP2=y -CONFIG_RSA=y \ No newline at end of file +CONFIG_RSA=y +CONFIG_EFI_PARTITION=y \ No newline at end of file -- 2.41.0