Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 219569ad authored by amit karwar's avatar amit karwar Committed by Kalle Valo
Browse files

rsi: use subdirectory for firmware file



linux-firmware maintainers prefer to have a subdirectory for
firmware files. Code is changed here to pick firmware file from
a subdirectory. Firmware file with a new loading mechanism will
be submitted inside rsi directory.

Signed-off-by: default avatarAmitkumar Karwar <amit.karwar@redpinesignals.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 1f717199
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -22,7 +22,7 @@
/* FLASH Firmware */
/* FLASH Firmware */
static struct ta_metadata metadata_flash_content[] = {
static struct ta_metadata metadata_flash_content[] = {
	{"flash_content", 0x00010000},
	{"flash_content", 0x00010000},
	{"rs9113_wlan_qspi.rps", 0x00010000},
	{"rsi/rs9113_wlan_qspi.rps", 0x00010000},
};
};


/**
/**