Skip to content
Snippets Groups Projects
Commit 267abc62 authored by Rob Herring's avatar Rob Herring Committed by Lukasz Majewski
Browse files

fastboot: add support for continue command


The fastboot continue command is defined to exit fastboot and continue
autoboot. This commit implements the continue command and the exiting of
fastboot only. Subsequent u-boot commands can be processed after exiting
fastboot. Autoboot should implement a boot script such as "fastboot; mmc
read <...>; bootm" to fully implement the fastboot continue function.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Tested-by: default avatarLukasz Majewski <l.majewski@samsung.com>
[TestHW: Exynos4412-Trats2]
parent fe1b28c9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment