summaryrefslogtreecommitdiff
path: root/drivers/usb/musb/musb_core.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-09-21 09:34:02 +0200
committerWolfgang Denk <wd@denx.de>2010-09-21 09:34:02 +0200
commite7eb046a246e56f964804fea0e103fcbcf2a564e (patch)
tree1511818b3aab013a8a3f09e9393e165bc6b6882b /drivers/usb/musb/musb_core.h
parent3c29975e94eb050fdea1c4299c24f348e50b22a3 (diff)
parent6142e0ae0fcf8bf5a7a8d785061197ace8955cb6 (diff)
downloadu-boot-imx-e7eb046a246e56f964804fea0e103fcbcf2a564e.zip
u-boot-imx-e7eb046a246e56f964804fea0e103fcbcf2a564e.tar.gz
u-boot-imx-e7eb046a246e56f964804fea0e103fcbcf2a564e.tar.bz2
Merge branch 'next' of git://git.denx.de/u-boot-usb into next
Diffstat (limited to 'drivers/usb/musb/musb_core.h')
-rw-r--r--drivers/usb/musb/musb_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h
index 4771876..8f73876 100644
--- a/drivers/usb/musb/musb_core.h
+++ b/drivers/usb/musb/musb_core.h
@@ -369,6 +369,8 @@ extern void read_fifo(u8 ep, u32 length, void *fifo_data);
# define readb(addr) (u8)bfin_read16(addr)
# undef writeb
# define writeb(b, addr) bfin_write16(addr, b)
+# undef MUSB_TXCSR_MODE /* not supported */
+# define MUSB_TXCSR_MODE 0
/*
* The USB PHY on current Blackfin processors is a UTMI+ level 2 PHY.
* However, it has no ULPI support - so there are no registers at all.