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

Commit 44037016 authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

FP3: Drop product mounts

parent 55b65fd5
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
@@ -37,14 +37,13 @@
		compatible = "simple-bus";
	};

//#[TracyChui] Add product image and mount partition 20200612 start
//[20200520][TracyChui]Implement AB partition on Android Q start
	firmware: firmware {
		android {
			compatible = "android,firmware";
			vbmeta {
				compatible = "android,vbmeta";
				parts = "vbmeta,boot,system,vendor,dtbo,product";
				parts = "vbmeta,boot,system,vendor,dtbo";
				//parts = " vbmeta,boot,system,vendor,dtbo,recovery";
			};

@@ -59,19 +58,10 @@
					//fsmgr_flags = "wait,avb";
					status = "ok";
				};
        product {
					compatible = "android,product";
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/product";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait,slotselect,avb";
					status = "ok";
				};
			};
		};
	};
//[20200520][TracyChui]Implement AB partition on Android Q end
//[TracyChui] Add product image and mount partition 20200612 end

	reserved-memory {
		#address-cells = <2>;