diff mbox

[v4,05/10] vexpress64: juno: add androidboot.hardware=juno

Message ID 1444407488-32646-6-git-send-email-ryan.harkin@linaro.org
State Accepted
Commit 74e264b49fc5aa20ef6f2c9e00560f81c08c667c
Headers show

Commit Message

Ryan Harkin Oct. 9, 2015, 4:18 p.m. UTC
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>
---
 include/configs/vexpress_aemv8a.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Oct. 12, 2015, 3:17 p.m. UTC | #1
On Fri, Oct 09, 2015 at 05:18:03PM +0100, Ryan Harkin wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
index c1e2e11..f9fa2ce 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 */