]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/arm920t/usb_ohci.c
* Patches by David Müller, 14 Nov 2003:
[people/ms/u-boot.git] / cpu / arm920t / usb_ohci.c
index a040c137576741cd29ef3fab0f0f58bba1555717..6f4a9f7ae9d95001eab8970f56ff2685b7c313ba 100644 (file)
  */
 
 #include <common.h>
-/* #include <pci.h> no PCI on the S3C2400 */
+/* #include <pci.h> no PCI on the S3C24X0 */
 
 #ifdef CONFIG_USB_OHCI
 
+#if defined(CONFIG_S3C2400)
 #include <s3c2400.h>
+#elif defined(CONFIG_S3C2410)
+#include <s3c2410.h>
+#endif
+
 #include <malloc.h>
 #include <usb.h>
 #include "usb_ohci.h"