Skip to content
Commit e2ec3e46 authored by Alexey Firago's avatar Alexey Firago Committed by Lukasz Majewski
Browse files

fastboot: add support for reboot-bootloader command



The "fastboot reboot-bootloader" command is defined to
re-enter into fastboot mode after rebooting into
bootloader. This command is usually used after updating
bootloader via fastboot.

This commit implements only a generic side of the
command - setting of the reset flag and then resetting.
Setting of the reset flag is implemented using __weak
fb_set_reboot_flag() function. The actual setting and
checking of the reset flag should be implemented by
a boot script and/or board/SoC specific code.

Signed-off-by: default avatarAlexey Firago <alexey_firago@mentor.com>
Tested-by: default avatarSteve Rae <srae@broadcom.com>
[Test HW: bcm28155_ap board]
parent 8a41802f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment