]> git.ipfire.org Git - thirdparty/u-boot.git/commit
fs: ext4: Fix building ext4 in SPL if write is enabled
authorSean Anderson <seanga2@gmail.com>
Sat, 14 Oct 2023 20:47:49 +0000 (16:47 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 18 Oct 2023 00:50:52 +0000 (20:50 -0400)
commit44071cd5a8b1719397fe818d1c6ebc67a5db1953
tree0a3e278b4d513cef96ed64e47aa2969853949e1b
parentc39d22c337c7e25c07fff6dcd54b9a96cfcd9687
fs: ext4: Fix building ext4 in SPL if write is enabled

If EXT4_WRITE is enabled, write capabilities will be compiled into SPL, but
not CRC16. Add an option to enable CRC16 to avoid linker errors.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/spl/Kconfig
lib/Kconfig
lib/Makefile