summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-05-19 20:16:59 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-05-19 21:34:19 +0100
commit832cdec2f02b8a621ba5298611583479937cdfc1 (patch)
tree5eb327c78853908c5e7bb0ea784dd47a3b321f26
parent1870059977ce9457613b77832e4f185068821a0b (diff)
vexpress64: juno: add androidboot.hardware=juno
Android works best if it is given a hint about what hardware it's running on. This parameter is ignored by non-Android builds. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--include/configs/vexpress_aemv8a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
index af58875108..1a298fdb83 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -216,6 +216,7 @@
#define CONFIG_BOOTARGS "console=ttyAMA0,115200n8 " \
"root=/dev/sda2 rw " \
"earlyprintk=pl011,0x7ff80000 debug user_debug=31 "\
+ "androidboot.hardware=juno "\
"loglevel=9"
/* Copy the kernel and FDT to DRAM memory and boot */