aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2016-01-21 16:27:08 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2016-12-02 14:10:47 +0000
commitb47a7194931e9f8a9e337783e7944bb5c0c879f4 (patch)
tree14da7a3b5a4228b6bbea702ab4832da1a9b00064
parent4dcad01a3f1cb9f74dd246844dae1409fc9482d8 (diff)
vexpress64: use earlycon instead of earlyprintk
Linux 3.15-rc3 introduced earlycon as a replacement for earlyprintk. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--include/configs/vexpress_aemv8a.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
index 67f2461d2f..ab6434af7a 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -186,7 +186,7 @@
#define CONFIG_BOOTARGS "console=ttyAMA0,115200n8 " \
"root=/dev/sda2 rw " \
"rootwait "\
- "earlyprintk=pl011,0x7ff80000 debug "\
+ "earlycon=pl011,0x7ff80000 debug "\
"systemd.log_target=null "\
"user_debug=31 "\
"androidboot.hardware=juno "\
@@ -226,7 +226,7 @@
"fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0"
-#define CONFIG_BOOTARGS "console=ttyAMA0 earlyprintk=pl011,"\
+#define CONFIG_BOOTARGS "console=ttyAMA0 earlycon=pl011,"\
"0x1c090000 debug user_debug=31 "\
"systemd.log_target=null "\
"loglevel=9"
@@ -248,7 +248,7 @@
"fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0"
-#define CONFIG_BOOTARGS "console=ttyAMA0 earlyprintk=pl011,"\
+#define CONFIG_BOOTARGS "console=ttyAMA0 earlycon=pl011,"\
"0x1c090000 debug user_debug=31 "\
"systemd.log_target=null "\
"androidboot.hardware=fvpbase "\