commit | e5bf9878ea743564bcc7a15a79654fe06731a1e2 | [log] [tgz] |
---|---|---|
author | Steve Rae <srae@broadcom.com> | Tue Aug 26 11:47:30 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Sep 24 18:30:27 2014 -0400 |
tree | 91fa8ec952c25bd1ca87fa5a5d24ce65e8ecbb8b | |
parent | 593cbd93f33c38ca3ee9db34b5657a15d2437902 [diff] [blame] |
usb/gadget: fastboot: implement sparse format - add capability to "fastboot flash" with sparse format images Signed-off-by: Steve Rae <srae@broadcom.com> Acked-by: Lukasz Majewski <l.majewski@samsung.com>
diff --git a/common/Makefile b/common/Makefile index 443e54c..66c4f2f 100644 --- a/common/Makefile +++ b/common/Makefile
@@ -266,6 +266,7 @@ # This option is not just y/n - it can have a numeric value ifdef CONFIG_FASTBOOT_FLASH_MMC_DEV +obj-y += aboot.o obj-y += fb_mmc.o endif