]> git.dujemihanovic.xyz Git - u-boot.git/commit
fs: relax ext4_write_file() dependency
authorBaruch Siach <baruch@tkos.co.il>
Wed, 15 May 2024 04:37:16 +0000 (07:37 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jun 2024 22:20:27 +0000 (16:20 -0600)
commit6068abe33fff28ba50a0f68eabc5d9eb31b7045d
tree2c5d7ff694776d538e9f7411c755f5da7c28d3c5
parent2b6c4b66e5df5c82e5197191d32ac7b81e29abcb
fs: relax ext4_write_file() dependency

ext4_write_file() depends on CONFIG_EXT4_WRITE. Allow build without
CONFIG_CMD_EXT4_WRITE.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
fs/fs.c