commit | efeccfe7f3b3d45f9a94f4eb62f4548b1a2fbfb5 | [log] [tgz] |
---|---|---|
author | Sam Protsenko <semen.protsenko@linaro.org> | Thu May 18 15:04:59 2017 +0300 |
committer | Lukasz Majewski <lukma@denx.de> | Sat Jun 03 19:08:31 2017 +0200 |
tree | c2e792307d81d40c6df1c842bfff1794937b2947 | |
parent | e5f00f0180994b7ab218e904b3426f1c66eb6da7 [diff] |
fastboot: Add support for flashing zImage This patch adds support for flashing zImage to the Android boot partition on eMMC. Usage: $ fastboot flash zImage <path_to_zImage> It's based on [1]. [1] http://omapzoom.org/?p=repo/u-boot.git;a=commit;h=3393b908c1e848bba3706612cbe50aa8970720b3 Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>