Re: [U-Boot] [PATCH v2] fastboot: add support for reboot-bootloader command

2015-02-25 Thread Rob Herring
On Tue, Feb 24, 2015 at 12:10 PM, Alexey Firago wrote: > 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

[U-Boot] [PATCH v2] fastboot: add support for reboot-bootloader command

2015-02-24 Thread Alexey Firago
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