Explorar o código

Merge "msm: camera: icp: Use mbn to load secure FW image" into camera-kernel.lnx.6.0

Camera Software Integration %!s(int64=3) %!d(string=hai) anos
pai
achega
8caa69bd58
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/cam_icp/icp_hw/lx7_hw/lx7_core.c

+ 1 - 1
drivers/cam_icp/icp_hw/lx7_hw/lx7_core.c

@@ -573,7 +573,7 @@ static int __load_firmware(struct platform_device *pdev)
 	}
 
 	scnprintf(firmware_name, ARRAY_SIZE(firmware_name),
-		"%s.mdt", fw_name);
+		"%s.mbn", fw_name);
 
 	node = of_parse_phandle(pdev->dev.of_node, "memory-region", 0);
 	if (!node) {