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-03-21 14:44:11 +0000
commitb319c0fcf8821dfcb95f6090a36ef1882246e90f (patch)
tree2bf841d7168e51cddcfa275cd4760c5f89d4dd79
parent65872d0cdc5b2507e47483299973a2a20810179c (diff)
vexpress64: use earlycon instead of earlyprintkarmlt-20160322-001armlt-16.0316.03
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 25144aefdf..f981ab4876 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -200,7 +200,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 "\
@@ -241,7 +241,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"
@@ -264,7 +264,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 "\