]> git.baikalelectronics.ru Git - uboot.git/commit
android: boot: support extra command line
authorSafae Ouajih <souajih@baylibre.com>
Sun, 5 Feb 2023 23:50:14 +0000 (00:50 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 4 Apr 2023 18:50:47 +0000 (14:50 -0400)
commit177bb71bfc104bf6e000614dbc584bb7dded9eef
tree58e3b82ef1ab9ebbfe8169febf4ccf01601e982d
parent99e1a2072c41b63b10a60d451e8ea51fa64a5f05
android: boot: support extra command line

In version 3 and 4 of boot image header, the vendor specific
command line are located in vendor boot image. Thus, use
extra command line to add those cmd to bootargs.

Signed-off-by: Safae Ouajih <souajih@baylibre.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
boot/image-android.c