aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArvind Chauhan <arvind.chauhan@arm.com>2017-11-08 11:17:47 +0530
committerNariman Poushin <nariman.poushin@linaro.org>2018-08-06 11:59:41 +0100
commitc82bf9a166c795bf01cb44b8e5ce5cc87a4d9001 (patch)
tree51c3214eca78a841eb5f0fa528c0d186311054ea
parent7f748a180017c41a87cec099705bb167668c0963 (diff)
vexpress64: set androidboot.selinux bootarg to permissive for juno
Signed-off-by: Arvind Chauhan <arvind.chauhan@arm.com>
-rw-r--r--include/configs/vexpress_aemv8a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
index 9dfedab132..cb80c42c5f 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -190,7 +190,8 @@
"systemd.log_target=null "\
"user_debug=31 "\
"androidboot.hardware=juno "\
- "loglevel=9"
+ "loglevel=9 "\
+ "androidboot.selinux=permissive"
/* Copy the kernel and FDT to DRAM memory and boot */