summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-10-09 17:18:03 +0100
committerTom Rini <trini@konsulko.com>2015-10-11 17:12:04 -0400
commit74e264b49fc5aa20ef6f2c9e00560f81c08c667c (patch)
tree5d1948b4e01918cb8685d1184a96af2c1717195e /include
parentfc04b923541d984b1544056fd3bfa8129d4e5aac (diff)
downloadtalos-obmc-uboot-74e264b49fc5aa20ef6f2c9e00560f81c08c667c.tar.gz
talos-obmc-uboot-74e264b49fc5aa20ef6f2c9e00560f81c08c667c.zip
vexpress64: juno: add androidboot.hardware=juno
Linaro's Juno Android builds requires the androidboot.hardware parameter be set to a know board name. Non-Android kernels ignore this extra parameter because they don't contain code to parse it. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include')
-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 c1e2e111c9..f9fa2cef12 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -200,6 +200,7 @@
"rootwait "\
"earlyprintk=pl011,0x7ff80000 debug "\
"user_debug=31 "\
+ "androidboot.hardware=juno "\
"loglevel=9"
/* Copy the kernel and FDT to DRAM memory and boot */
OpenPOWER on IntegriCloud