Re: config EXTRA_FIRMWARE not compiling muliple files

From: noman pouigt
Date: Mon Oct 15 2018 - 23:13:08 EST


On Mon, Oct 15, 2018 at 7:22 PM noman pouigt <variksla@xxxxxxxxx> wrote:
>
> Hello Folks,
>
> CONFIG_FW_LOADER=y
> CONFIG_FIRMWARE_IN_KERNEL=y
> CONFIG_EXTRA_FIRMWARE="first_image" "second_image"

figured out that it should be in one string as "first_image second_image"

>
> request_firmware for "first_image" is passing but for "second_image"
> the loading is not happening. Is this a known scripting issue?
>
> I get "Request firmware defered -11". Please advice.
>
> Kernel version:
> VERSION = 4
> PATCHLEVEL = 4
> SUBLEVEL = 21
> EXTRAVERSION =
>
> Thanks,
> Variksla