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

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

Merge "arch: arm: fstab: remove system partition from fstab entry"

parents ddd4204c 0146d834
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -150,15 +150,6 @@
					fsmgr_flags = "wait,verify";
					status = "ok";
				};
				system_fstab: system {
					compatible = "android,system";
					dev =
			"/dev/block/platform/soc/7824900.sdhci/by-name/system";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait,verify";
					status = "ok";
				};
			};
		};
	};