From: Ozan Durgut Date: Mon, 26 Jan 2026 16:15:01 +0000 (+0100) Subject: configs: sc598-ezkit: enable additional commands X-Git-Tag: v2026.04-rc2~26^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9f1fcb304839a1e1c3cec91b9ec91d01e02c9c7;p=thirdparty%2Fu-boot.git configs: sc598-ezkit: enable additional commands Enable FAT and GPT support, as well as mtd and wget commands Signed-off-by: Ozan Durgut Reviewed-by: Greg Malysa --- diff --git a/configs/sc598-som-ezkit-spl_defconfig b/configs/sc598-som-ezkit-spl_defconfig index 567faadefa9..498af6d2052 100644 --- a/configs/sc598-som-ezkit-spl_defconfig +++ b/configs/sc598-som-ezkit-spl_defconfig @@ -109,3 +109,7 @@ CONFIG_USB_DWC2=y CONFIG_USB_STORAGE=y # CONFIG_SPL_CRC8 is not set # CONFIG_TOOLS_MKEFICAPSULE is not set +CONFIG_CMD_FAT=y +CONFIG_CMD_GPT=y +CONFIG_CMD_MTD=y +CONFIG_CMD_WGET=y