Skip to content
Snippets Groups Projects
Commit 74e264b4 authored by Ryan Harkin's avatar Ryan Harkin Committed by Tom Rini
Browse files

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: default avatarRyan Harkin <ryan.harkin@linaro.org>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent fc04b923
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment