[U-Boot-Users] [PATCH 4/7 v3] USB: Add support for OHCI controller on s3c6400
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Mon Aug 4 23:08:23 CEST 2008
diff --git a/drivers/usb/usb_ohci.c b/drivers/usb/usb_ohci.c
> index fd60edb..0bfa4d7 100644
> --- a/drivers/usb/usb_ohci.c
> +++ b/drivers/usb/usb_ohci.c
> @@ -69,6 +69,7 @@
> #if defined(CONFIG_ARM920T) || \
> defined(CONFIG_S3C2400) || \
> defined(CONFIG_S3C2410) || \
> + defined(CONFIG_S3C6400) || \
> defined(CONFIG_440EP) || \
> defined(CONFIG_PCI_OHCI) || \
> defined(CONFIG_MPC5200) || \
Can we start to avoid 10km if defined in the code?
Maybe we can find an other way do it?
Best Regards,
J.
More information about the U-Boot
mailing list