]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
vexpress64: juno: add androidboot.hardware=juno
authorRyan Harkin <ryan.harkin@linaro.org>
Fri, 9 Oct 2015 16:18:03 +0000 (17:18 +0100)
committerTom Rini <trini@konsulko.com>
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 <ryan.harkin@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
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 */