Android-P: rename ro.hardware to exynos9610
authorYoungwan Kim <y103.kim@samsung.com>
Tue, 3 Jul 2018 10:02:31 +0000 (19:02 +0900)
committerJungi Lee <jungilsi.lee@samsung.com>
Thu, 19 Jul 2018 01:49:52 +0000 (10:49 +0900)
In android-P ro.arch is not accessible in vendor partition
For resolving this problem, I substitude ro.arch as ro.hardware.

Change-Id: If9cfa3e58a59189ded00fb3b43649d8518ef6557
Signed-off-by: Youngwan Kim <y103.kim@samsung.com>
arch/arm64/boot/dts/exynos/exynos9610-erd9610.dts

index 86e453b7cc25dbfe6e7bc80f1efab670c30bbe4a..c21b69f331ed2701d2e6270e7dfeb4d8310ec868 100644 (file)
@@ -36,7 +36,7 @@
                        };
 
                        chosen {
-                               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";
+                               bootargs = "console=ram skip_initramfs rootwait ro init=/init root=/dev/sda2 clk_ignore_unused bcm_setup=0xffffff80f8e00000 androidboot.hardware=exynos9610 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>;
                        };