Android-P: Enable system-as-root
authorYoungwan Kim <y103.kim@samsung.com>
Tue, 26 Jun 2018 09:46:33 +0000 (18:46 +0900)
committerYoungwan Kim <y103.kim@samsung.com>
Fri, 6 Jul 2018 23:08:19 +0000 (08:08 +0900)
Change-Id: Iaae43f68b24c346cb7fcb75805695026c3fb6479
Signed-off-by: Youngwan Kim <y103.kim@samsung.com>
arch/arm64/boot/dts/exynos/exynos9610-erd9610.dts

index 6d569eec7aede63d78ae205a16330078a3ccd47f..b0be18248dff88a8cda3a2052339af3efa7c85bf 100644 (file)
@@ -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>;
        };
                        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";