summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Campbell <leecam@google.com>2015-08-27 11:22:03 -0700
committerLee Campbell <leecam@google.com>2015-11-11 11:08:58 -0800
commit14108918784c34e744f66def33c9ba2df163f4c8 (patch)
tree466716648a1740bfc317d1b95d37c5d84e0683dd
parentd75257b88df8a67a42ab23ea0788587695402290 (diff)
downloadqcom-14108918784c34e744f66def33c9ba2df163f4c8.tar.gz
bsp msm8916: Change ro.hardware to msm8916
Fix ro.hardware to match the init script name Change-Id: I0ecb3caa65f6e580077ba79504f9fc6980a826ad TEST: Booted dragonboard and all looks good. BUG: 23588784
-rw-r--r--soc/msm8916/init.msm8916.rc (renamed from soc/msm8916/init.soc.rc)0
-rw-r--r--soc/msm8916/soc.mk4
2 files changed, 2 insertions, 2 deletions
diff --git a/soc/msm8916/init.soc.rc b/soc/msm8916/init.msm8916.rc
index 6fe32e0..6fe32e0 100644
--- a/soc/msm8916/init.soc.rc
+++ b/soc/msm8916/init.msm8916.rc
diff --git a/soc/msm8916/soc.mk b/soc/msm8916/soc.mk
index c45e6fd..7c46778 100644
--- a/soc/msm8916/soc.mk
+++ b/soc/msm8916/soc.mk
@@ -28,14 +28,14 @@ TARGET_KERNEL_ARCH := $(TARGET_ARCH)
TARGET_NO_BOOTLOADER := false
TARGET_NO_KERNEL := false
-BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=brillo msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 earlyprintk androidboot.selinux=enforcing
+BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=msm8916 msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 earlyprintk androidboot.selinux=enforcing
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_FLASH_BLOCK_SIZE := 131072
PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/init.soc.rc:root/initrc.d/init.soc.rc \
+ $(LOCAL_PATH)/init.msm8916.rc:root/init.msm8916.rc \
system/core/rootdir/init.usb.rc:root/init.usb.rc \
system/core/rootdir/ueventd.rc:root/ueventd.rc \