Re: [U-Boot] [PATCH v3] fastboot: Add support for flashing zImage

2017-06-02 Thread Sam Protsenko
On 18 May 2017 at 15:04, Sam Protsenko wrote: > This patch adds support for flashing zImage to the Android boot > partition on eMMC. > > Usage: > > $ fastboot flash zImage > > It's based on [1]. > > [1] > http://omapzoom.org/?p=repo/u-boot.git;a=commit;h=3393b908c1e848bba3706612cbe50aa897072

Re: [U-Boot] [PATCH v3] fastboot: Add support for flashing zImage

2017-06-02 Thread Sam Protsenko
On 18 May 2017 at 15:04, Sam Protsenko wrote: > This patch adds support for flashing zImage to the Android boot > partition on eMMC. > > Usage: > > $ fastboot flash zImage > > It's based on [1]. > > [1] > http://omapzoom.org/?p=repo/u-boot.git;a=commit;h=3393b908c1e848bba3706612cbe50aa897072

Re: [U-Boot] [PATCH v3] fastboot: Add support for flashing zImage

2017-06-02 Thread Sam Protsenko
On 18 May 2017 at 15:04, Sam Protsenko wrote: > This patch adds support for flashing zImage to the Android boot > partition on eMMC. > > Usage: > > $ fastboot flash zImage > > It's based on [1]. > > [1] > http://omapzoom.org/?p=repo/u-boot.git;a=commit;h=3393b908c1e848bba3706612cbe50aa897072

Re: [U-Boot] [PATCH v3] fastboot: Add support for flashing zImage

2017-05-18 Thread Tom Rini
On Thu, May 18, 2017 at 03:04:59PM +0300, Sam Protsenko wrote: > This patch adds support for flashing zImage to the Android boot > partition on eMMC. > > Usage: > > $ fastboot flash zImage > > It's based on [1]. > > [1] > http://omapzoom.org/?p=repo/u-boot.git;a=commit;h=3393b908c1e848bb