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

Commit fae21a4d authored by Ajit Khaparde's avatar Ajit Khaparde Committed by David S. Miller
Browse files

be2net: pass proper hdr_size while flashing redboot.

parent 60964dd7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2461,8 +2461,8 @@ static int be_flash_data(struct be_adapter *adapter,
			continue;
		if ((pflashcomp[i].optype == IMG_TYPE_REDBOOT) &&
			(!be_flash_redboot(adapter, fw->data,
			 pflashcomp[i].offset, pflashcomp[i].size,
			 filehdr_size)))
			pflashcomp[i].offset, pflashcomp[i].size, filehdr_size +
			(num_of_images * sizeof(struct image_hdr)))))
			continue;
		p = fw->data;
		p += filehdr_size + pflashcomp[i].offset