summaryrefslogtreecommitdiff
path: root/cpu/ppc4xx/usb_ohci.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-09 17:38:59 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-09 17:38:59 +0200
commit38ec37d0f1ba3cb7e7d3766d62e01ededbdcbd1d (patch)
treedf795a78bfb6b851feb172f0e0f26d9ada260b91 /cpu/ppc4xx/usb_ohci.c
parentc19c3134799585c9feaad63a420fe6e704f2f2a4 (diff)
parent846b0dd2dca945c8bede8a34e2fa86e876715a06 (diff)
downloadu-boot-imx-38ec37d0f1ba3cb7e7d3766d62e01ededbdcbd1d.zip
u-boot-imx-38ec37d0f1ba3cb7e7d3766d62e01ededbdcbd1d.tar.gz
u-boot-imx-38ec37d0f1ba3cb7e7d3766d62e01ededbdcbd1d.tar.bz2
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'cpu/ppc4xx/usb_ohci.c')
-rw-r--r--cpu/ppc4xx/usb_ohci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/usb_ohci.c b/cpu/ppc4xx/usb_ohci.c
index d53909e..bb57658 100644
--- a/cpu/ppc4xx/usb_ohci.c
+++ b/cpu/ppc4xx/usb_ohci.c
@@ -76,7 +76,7 @@
#define m16_swap(x) swap_16(x)
#define m32_swap(x) swap_32(x)
-#ifdef CONFIG_440_EP
+#ifdef CONFIG_440EP
#define ohci_cpu_to_le16(x) (x)
#define ohci_cpu_to_le32(x) (x)
#else