[PATCH 11/26] fs: ext4: Fix building ext4 in SPL if write is enabled
Simon Glass
sjg at chromium.org
Thu Oct 12 05:41:04 CEST 2023
On Wed, 11 Oct 2023 at 18:56, Sean Anderson <seanga2 at gmail.com> wrote:
>
> 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 at gmail.com>
> ---
>
> common/spl/Kconfig | 1 +
> lib/Kconfig | 6 ++++++
> lib/Makefile | 1 +
> 3 files changed, 8 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list