Merge with testing-NAND (Rewrite of NAND code)
[oweals/u-boot.git] / cpu / ppc4xx / usb_ohci.c
index d53909e4e25c37faa510458d38a036be3257397a..bb5765891f8c4c3f98aa361f7d11f0ba9949db9d 100644 (file)
@@ -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