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

Commit b9483469 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qseecom: Do not try to load commonlib when loaded in lk"

parents 2f946814 22d3610e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6997,6 +6997,13 @@ static int qseecom_probe(struct platform_device *pdev)
				goto exit_destroy_hw_instance_list;
			}
		}
	/*
	 * By default, appsbl only loads cmnlib. If OEM changes appsbl to
	 * load cmnlib64 too, while cmnlib64 img is not present in non_hlos.bin,
	 * Pls add "qseecom.commonlib64_loaded = true" here too.
	 */
		if (qseecom.appsbl_qseecom_support)
			qseecom.commonlib_loaded = true;
	} else {
		qseecom_platform_support = (struct msm_bus_scale_pdata *)
						pdev->dev.platform_data;