Re: [PATCH v2] fs: Fix SPL build if SPL_FS_LOADER is enabled and FS_LOADER is disabled

2024-10-02 Thread Tom Rini
On Mon, 16 Sep 2024 15:03:36 +0200, Francesco Dolcini wrote: > When SPL_FS_LOADER is set to y and FS_LOADER is not enabled, the SPL build > fails with the following errors: > > AR spl/boot/built-in.o > LD spl/u-boot-spl > arm-none-linux-gnueabihf-ld.bfd: drivers/misc/fs_loader.o: in

[PATCH v2] fs: Fix SPL build if SPL_FS_LOADER is enabled and FS_LOADER is disabled

2024-09-16 Thread Francesco Dolcini
From: Hiago De Franco When SPL_FS_LOADER is set to y and FS_LOADER is not enabled, the SPL build fails with the following errors: AR spl/boot/built-in.o LD spl/u-boot-spl arm-none-linux-gnueabihf-ld.bfd: drivers/misc/fs_loader.o: in function `fw_get_filesystem_firmware': /u-boot/dr