diff options
| author | Ozan Durgut <[email protected]> | 2026-01-26 17:15:01 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-02-03 15:45:58 -0600 |
| commit | d9f1fcb304839a1e1c3cec91b9ec91d01e02c9c7 (patch) | |
| tree | f71edb0f58ce57ff96603bfd19d318d70a944d25 | |
| parent | aa4f687977a449686498236722ee5e93d8b39918 (diff) | |
configs: sc598-ezkit: enable additional commands
Enable FAT and GPT support, as well as mtd and wget commands
Signed-off-by: Ozan Durgut <[email protected]>
Reviewed-by: Greg Malysa <[email protected]>
| -rw-r--r-- | configs/sc598-som-ezkit-spl_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
