Skip to content

Commit

Permalink
zynq: Revert LTHOR setting for zynq for lthor 1.4
Browse files Browse the repository at this point in the history
Remove LTHOR hacks to support lthor 1.4 version.
Based on our request tizen has fixed lthor 1.5
and enabled support for autodetection. Samsung IDs
were also removed that's why this workaround for zynq
can be reverted.

This patch partially revert this patch:
"zynq: Add USB lthor download protocol support"
(sha1: 63d9c97)

Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
Michal Simek committed Oct 31, 2014
1 parent 375710d commit 19e1bb2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion board/xilinx/zynq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#

obj-y := board.o
obj-$(CONFIG_THOR_FUNCTION) += thor.o

# Please copy ps7_init.c/h from hw project to this directory
obj-$(CONFIG_SPL_BUILD) += \
Expand Down
21 changes: 0 additions & 21 deletions board/xilinx/zynq/thor.c

This file was deleted.

3 changes: 0 additions & 3 deletions include/configs/zynq-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@
# define CONFIG_USB_GADGET_VBUS_DRAW 2
# define CONFIG_G_DNL_VENDOR_NUM 0x03FD
# define CONFIG_G_DNL_PRODUCT_NUM 0x0300
/* used samsung ids below because of limitation in lthor on host side */
# define CONFIG_G_DNL_THOR_VENDOR_NUM 0x04E8
# define CONFIG_G_DNL_THOR_PRODUCT_NUM 0x685D
# define CONFIG_G_DNL_MANUFACTURER "Xilinx"
# define CONFIG_USB_GADGET
# define CONFIG_USB_CABLE_CHECK
Expand Down

0 comments on commit 19e1bb2

Please sign in to comment.