]> git.ipfire.org Git - thirdparty/u-boot.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)
commitb36b227b6a37695ab39306341c3a977cf9b081b6
tree58e3b82ef1ab9ebbfe8169febf4ccf01601e982d
parentc79a2e6823d5a3a2813f66d03023c0a192c27e7e
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