diff options
author | Ryan Harkin <ryan.harkin@linaro.org> | 2015-10-09 17:18:03 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-11 17:12:04 -0400 |
commit | 74e264b49fc5aa20ef6f2c9e00560f81c08c667c (patch) | |
tree | 5d1948b4e01918cb8685d1184a96af2c1717195e /include | |
parent | fc04b923541d984b1544056fd3bfa8129d4e5aac (diff) | |
download | u-boot-74e264b49fc5aa20ef6f2c9e00560f81c08c667c.zip u-boot-74e264b49fc5aa20ef6f2c9e00560f81c08c667c.tar.gz u-boot-74e264b49fc5aa20ef6f2c9e00560f81c08c667c.tar.bz2 |
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: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/vexpress_aemv8a.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |