[U-Boot] [PATCH 06/11] vexpress64: juno: add androidboot.hardware=juno
Ryan Harkin
ryan.harkin at linaro.org
Wed Sep 23 19:25:38 CEST 2015
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 at linaro.org>
Reviewed-by: Linus Walleij <linus.walleij at linaro.org>
CC: David Feng <fenghua at phytium.com.cn>
CC: Bhupesh Sharma <bhupesh.sharma at freescale.com>
CC: Linus Walleij <linus.walleij at linaro.org>
---
include/configs/vexpress_aemv8a.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
index 0228732..5198b32 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -198,6 +198,7 @@
"rootwait "\
"earlyprintk=pl011,0x7ff80000 debug "\
"user_debug=31 "\
+ "androidboot.hardware=juno "\
"loglevel=9"
/* Copy the kernel and FDT to DRAM memory and boot */
--
1.9.1
More information about the U-Boot
mailing list