summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Lucangeli Obes <jorgelo@google.com>2015-11-10 16:02:50 -0800
committerJorge Lucangeli Obes <jorgelo@google.com>2015-11-11 09:39:06 -0800
commit1462b8ed09ad74a50a263851af02fa08c0461552 (patch)
treec1eb37353e1319f28cbd46b8c7056366a71978c3
parent61902b7ad005b5801827468322ae06bd0270bd46 (diff)
downloadmarvell-1462b8ed09ad74a50a263851af02fa08c0461552.tar.gz
Add explicit SELinux kernel cmdline.
Also fix some comments. Change-Id: I9541e29ea5cb97582bd65f3a57437f22ab7bffc9
-rw-r--r--soc/iap140/soc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/soc/iap140/soc.mk b/soc/iap140/soc.mk
index bbc5696..9202313 100644
--- a/soc/iap140/soc.mk
+++ b/soc/iap140/soc.mk
@@ -26,7 +26,7 @@ TARGET_KERNEL_ARCH := $(TARGET_ARCH)
TARGET_NO_BOOTLOADER := false
TARGET_NO_KERNEL := false
-BOARD_KERNEL_CMDLINE := androidboot.console=ttyS1 console=ttyS1,115200 panic_debug uart_dma crashkernel=4k@0x8140000 user_debug=31 earlyprintk=uart8250-32bit,0xd4017000 cma=20M ddr_mode=2 RDCA=08140400 cpmem=32M@0x06000000 androidboot.exist.cp=18 androidboot.hardware=iap140
+BOARD_KERNEL_CMDLINE := androidboot.console=ttyS1 console=ttyS1,115200 panic_debug uart_dma crashkernel=4k@0x8140000 user_debug=31 earlyprintk=uart8250-32bit,0xd4017000 cma=20M ddr_mode=2 RDCA=08140400 cpmem=32M@0x06000000 androidboot.exist.cp=18 androidboot.hardware=iap140 androidboot.selinux=enforcing
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/init.iap140.rc:root/init.iap140.rc \
@@ -41,5 +41,5 @@ BOARD_SEPOLICY_DIRS += \
TARGET_KERNEL_SRC := hardware/bsp/kernel/marvell/pxa-3.14
TARGET_KERNEL_DEFCONFIG := armadillo_edge_defconfig
-# include the hal modules
+# Include the HAL modules.
-include hardware/bsp/marvell/soc/iap140/hal_modules.mk