[PATCH 1/5] configs: sc598-ezkit: enable additional commands
ozndrgt at gmail.com
ozndrgt at gmail.com
Mon Jan 26 17:15:01 CET 2026
From: Ozan Durgut <ozan.durgut at analog.com>
Enable FAT and GPT support, as well as mtd and wget commands
Signed-off-by: Ozan Durgut <ozan.durgut at analog.com>
---
configs/sc598-som-ezkit-spl_defconfig | 4 ++++
1 file changed, 4 insertions(+)
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
--
2.43.0
More information about the U-Boot
mailing list