Skip to content

Commit

Permalink
odroid-c2:Remove USB H/W debugging option.
Browse files Browse the repository at this point in the history
Change-Id: Ieff7c526c5ec96b2e57fd415579a23bcc0c7a66e
  • Loading branch information
ckkim committed Aug 11, 2016
1 parent f6eb081 commit 365fa20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/amlogic/usb/dwc_otg/310/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DWC_OTG_NAME = dwc_otg
COMMON_PORT = common_port
BUS_INTERFACE = -DLM_INTERFACE

KBUILD_CPPFLAGS += -DDEBUG
#KBUILD_CPPFLAGS += -DDEBUG

KBUILD_CPPFLAGS += -Dlinux -DDWC_HS_ELECT_TST
#KBUILD_CPPFLAGS += -DDWC_EN_ISOC
Expand Down
2 changes: 1 addition & 1 deletion drivers/amlogic/usb/dwc_otg/310/dwc_otg_pcd_intr.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
extern void complete_xiso_ep(dwc_otg_pcd_ep_t *ep);
#endif

#define DEBUG_EP0
/* #define DEBUG_EP0 */

/**
* This function updates OTG.
Expand Down

0 comments on commit 365fa20

Please sign in to comment.