From f8acff0bf7c402b7c3e62358a35e12aedc10bea7 Mon Sep 17 00:00:00 2001 From: Youngwan Kim Date: Tue, 26 Jun 2018 18:46:33 +0900 Subject: [PATCH] Android-P: Enable system-as-root Change-Id: Iaae43f68b24c346cb7fcb75805695026c3fb6479 Signed-off-by: Youngwan Kim --- arch/arm64/boot/dts/exynos/exynos9610-erd9610.dts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/arch/arm64/boot/dts/exynos/exynos9610-erd9610.dts b/arch/arm64/boot/dts/exynos/exynos9610-erd9610.dts index 6d569eec7aed..b0be18248dff 100644 --- a/arch/arm64/boot/dts/exynos/exynos9610-erd9610.dts +++ b/arch/arm64/boot/dts/exynos/exynos9610-erd9610.dts @@ -28,7 +28,7 @@ }; chosen { - bootargs = "console=ram root=/dev/ram0 clk_ignore_unused bcm_setup=0xffffff80f8e00000 androidboot.hardware=samsungexynos9610 androidboot.selinux=permissive androidboot.debug_level=0x4948 firmware_class.path=/vendor/firmware ecd_setup=disable reserve-fimc=0xffffff80f9fe0000 pmic_info=0x3"; + bootargs = "console=ram skip_initramfs rootwait ro init=/init root=/dev/sda2 clk_ignore_unused bcm_setup=0xffffff80f8e00000 androidboot.hardware=samsungexynos9610 androidboot.selinux=permissive androidboot.debug_level=0x4948 firmware_class.path=/vendor/firmware ecd_setup=disable reserve-fimc=0xffffff80f9fe0000 pmic_info=0x3"; linux,initrd-start = <0x84000000>; linux,initrd-end = <0x841FFFFF>; }; @@ -45,13 +45,6 @@ compatible = "android,firmware"; fstab { compatible = "android,fstab"; - system { - compatible = "android,system"; - dev = "/dev/block/platform/13520000.ufs/by-name/system"; - type = "ext4"; - mnt_flags = "ro"; - fsmgr_flags = "wait"; - }; vendor { compatible = "android,vendor"; dev = "/dev/block/platform/13520000.ufs/by-name/vendor"; -- 2.20.1