On Wed, 15 May 2024 07:37:16 +0300, Baruch Siach wrote:
> ext4_write_file() depends on CONFIG_EXT4_WRITE. Allow build without
> CONFIG_CMD_EXT4_WRITE.
>
>
Applied to u-boot/next, thanks!
--
Tom
ext4_write_file() depends on CONFIG_EXT4_WRITE. Allow build without
CONFIG_CMD_EXT4_WRITE.
Signed-off-by: Baruch Siach
---
fs/fs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/fs.c b/fs/fs.c
index bed1f7242f41..0c47943f3339 100644
--- a/fs/fs.c
+++ b/fs/fs.c
@@ -224,7 +
2 matches
Mail list logo