From: Patrice Chotard Date: Thu, 30 Jan 2025 16:35:47 +0000 (+0100) Subject: configs: stih410-b2260: Enable CMD_USB_MASS_STORAGE flag X-Git-Tag: v2025.04-rc3~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4096d28ec80f982454ef0dc7d42a4d4eaead5d56;p=thirdparty%2Fu-boot.git configs: stih410-b2260: Enable CMD_USB_MASS_STORAGE flag Enable CMD_USB_MASS_STORAGE flag. Signed-off-by: Patrice Chotard Cc: Marek Vasut Reviewed-by: Patrick Delaunay Link: https://lore.kernel.org/r/20250130163547.512990-10-patrice.chotard@foss.st.com [mkorpershoek: fixed up commit footer] Signed-off-by: Mattijs Korpershoek --- diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig index 5641fd1d8d7..1e5190dc828 100644 --- a/configs/stih410-b2260_defconfig +++ b/configs/stih410-b2260_defconfig @@ -25,6 +25,7 @@ CONFIG_CMD_ASKENV=y CONFIG_CMD_GPT=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y +CONFIG_CMD_USB_MASS_STORAGE=y CONFIG_CMD_TIME=y CONFIG_CMD_TIMER=y CONFIG_CMD_EXT4_WRITE=y