Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77373
b: refs/heads/master
c: 2935077
h: refs/heads/master
i:
  77371: 6bb3411
v: v3
  • Loading branch information
Bryan Wu committed Dec 24, 2007
1 parent 80d8d1e commit 7b0f4eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e85e3020ebb9a1afdeaa516fe8b8f16087adac1
refs/heads/master: 2935077e06494638a78a02f7b4cf304e4e70eaca
8 changes: 4 additions & 4 deletions trunk/arch/blackfin/mach-bf548/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,14 @@ static struct resource musb_resources[] = {
};

static struct musb_hdrc_platform_data musb_plat = {
#ifdef CONFIG_USB_MUSB_OTG
#if defined(CONFIG_USB_MUSB_OTG)
.mode = MUSB_OTG,
#elif CONFIG_USB_MUSB_HDRC_HCD
#elif defined(CONFIG_USB_MUSB_HDRC_HCD)
.mode = MUSB_HOST,
#elif CONFIG_USB_GADGET_MUSB_HDRC
#elif defined(CONFIG_USB_GADGET_MUSB_HDRC)
.mode = MUSB_PERIPHERAL,
#endif
.multipoint = 1,
.multipoint = 0,
};

static u64 musb_dmamask = ~(u32)0;
Expand Down

0 comments on commit 7b0f4eb

Please sign in to comment.