aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-11-27 16:15:31 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2016-12-02 14:10:46 +0000
commit4dcad01a3f1cb9f74dd246844dae1409fc9482d8 (patch)
treeb65311c2fcdf2c418ff041c35432c0faa4489ee0
parent47941a710a4ed892b9b0d88709fb928aeae92f4c (diff)
vexpress64: add systemd.log_target=null to kernel commandline
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--include/configs/vexpress_aemv8a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
index 076249b78a..67f2461d2f 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -187,6 +187,7 @@
"root=/dev/sda2 rw " \
"rootwait "\
"earlyprintk=pl011,0x7ff80000 debug "\
+ "systemd.log_target=null "\
"user_debug=31 "\
"androidboot.hardware=juno "\
"loglevel=9"
@@ -227,6 +228,7 @@
#define CONFIG_BOOTARGS "console=ttyAMA0 earlyprintk=pl011,"\
"0x1c090000 debug user_debug=31 "\
+ "systemd.log_target=null "\
"loglevel=9"
#define CONFIG_BOOTCOMMAND "smhload ${kernel_name} ${kernel_addr}; " \
@@ -248,6 +250,7 @@
#define CONFIG_BOOTARGS "console=ttyAMA0 earlyprintk=pl011,"\
"0x1c090000 debug user_debug=31 "\
+ "systemd.log_target=null "\
"androidboot.hardware=fvpbase "\
"root=/dev/vda2 rw "\
"rootwait "\