From 476f77717e6f67388981cc2e31cf77f94b18f58b Mon Sep 17 00:00:00 2001 From: Youngwan Kim Date: Tue, 3 Jul 2018 19:02:31 +0900 Subject: [PATCH] Android-P: rename ro.hardware to exynos9610 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 --- arch/arm64/boot/dts/exynos/exynos9610-erd9610.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/exynos/exynos9610-erd9610.dts b/arch/arm64/boot/dts/exynos/exynos9610-erd9610.dts index 86e453b7cc25..c21b69f331ed 100644 --- a/arch/arm64/boot/dts/exynos/exynos9610-erd9610.dts +++ b/arch/arm64/boot/dts/exynos/exynos9610-erd9610.dts @@ -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>; }; -- 2.20.1