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

Commit 0146d834 authored by Chandrasekha Mattaparthy's avatar Chandrasekha Mattaparthy Committed by Gerrit - the friendly Code Review server
Browse files

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



And add in fstab.qcom file as part of system as root changes

Change-Id: Id0fca6d795f8115e39c351c0e1b63cfbb58a46b3
Signed-off-by: default avatarChandrasekha Mattaparthy <cmatta@codeaurora.org>
parent ba1a7cac
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";
				};
			};
		};
	};