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

Commit f6b03ace authored by Sujeev Dias's avatar Sujeev Dias
Browse files

mhi: controller: qcom: update firmware path for sdxprairie chipset



Fix firmware path for sdxprairie sbl image.

CRs-Fixed: 2340363
Change-Id: I88c4af9d7708cdede67318797f0cbf556e2f25d5
Signed-off-by: default avatarSujeev Dias <sdias@codeaurora.org>
parent df485206
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ struct firmware_info {
};

static const struct firmware_info firmware_table[] = {
	{.dev_id = 0x306, .fw_image = "sbl1.mbn"},
	{.dev_id = 0x306, .fw_image = "sdx55m/sbl1.mbn"},
	{.dev_id = 0x305, .fw_image = "sdx50m/sbl1.mbn"},
	{.dev_id = 0x304, .fw_image = "sbl.mbn", .edl_image = "edl.mbn"},
	/* default, set to debug.mbn */