diff options
author | Lukasz Majewski <l.majewski@samsung.com> | 2014-07-29 11:10:44 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2014-08-20 13:10:32 +0200 |
commit | 8fc171318e352ae191cdf527252e9166a56851ab (patch) | |
tree | 890e105c434cbff8bcf2a55e761086fce32e785e /board/samsung/common/Makefile | |
parent | e49f14af1349eef94e41b636320bbfcace7403b5 (diff) | |
download | u-boot-imx-8fc171318e352ae191cdf527252e9166a56851ab.zip u-boot-imx-8fc171318e352ae191cdf527252e9166a56851ab.tar.gz u-boot-imx-8fc171318e352ae191cdf527252e9166a56851ab.tar.bz2 |
samsung: dfu: Provide correct Vendor and Product IDs for UMS gadget
It is necessary to provide the same Vendor and Product IDs as the one in
the original Linux kernel code.
Without this change the USB mass storage gadget is not working with Windows7.
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Acked-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/samsung/common/Makefile')
-rw-r--r-- | board/samsung/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samsung/common/Makefile b/board/samsung/common/Makefile index 41d0cc3..93347ef 100644 --- a/board/samsung/common/Makefile +++ b/board/samsung/common/Makefile @@ -6,7 +6,7 @@ # obj-$(CONFIG_SOFT_I2C_MULTI_BUS) += multi_i2c.o -obj-$(CONFIG_THOR_FUNCTION) += thor.o +obj-$(CONFIG_USBDOWNLOAD_GADGET) += gadget.o obj-$(CONFIG_MISC_COMMON) += misc.o ifndef CONFIG_SPL_BUILD |