]> Git Repo - J-u-boot.git/commitdiff
vexpress64: juno: add androidboot.hardware=juno
authorRyan Harkin <[email protected]>
Fri, 9 Oct 2015 16:18:03 +0000 (17:18 +0100)
committerTom Rini <[email protected]>
Sun, 11 Oct 2015 21:12:04 +0000 (17:12 -0400)
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 <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
include/configs/vexpress_aemv8a.h

index c1e2e111c94186e1645ad3d4c8cf22233f356145..f9fa2cef12eeb401b1aa69ef0c77ff31039fce2c 100644 (file)
                                "rootwait "\
                                "earlyprintk=pl011,0x7ff80000 debug "\
                                "user_debug=31 "\
+                               "androidboot.hardware=juno "\
                                "loglevel=9"
 
 /* Copy the kernel and FDT to DRAM memory and boot */
This page took 0.034329 seconds and 4 git commands to generate.