configs: sc598-ezkit: enable additional commands

Enable FAT and GPT support, as well as mtd and wget commands

Signed-off-by: Ozan Durgut <ozan.durgut@analog.com>
Reviewed-by: Greg Malysa <malysagreg@gmail.com>
This commit is contained in:
Ozan Durgut
2026-02-03 15:45:58 -06:00
committed by Tom Rini
parent aa4f687977
commit d9f1fcb304
+4
View File
@@ -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