[U-Boot-Users] [PATCH 4/7] USB: Add support for OHCI controller on s3c6400

Wolfgang Denk wd at denx.de
Thu Jul 31 16:17:52 CEST 2008


In message <Pine.LNX.4.64.0807311244130.4832 at axis700.grange> you wrote:
> Notice: USB on s3c6400 currently works _only_ with switched off MMU. One could
> try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
> it should work too and we could still profit from instruction cache.
> 
> Signed-off-by: Guennadi Liakhovetski <lg at denx.de>

...
> diff --git a/drivers/usb/usb_ohci.c b/drivers/usb/usb_ohci.c
> index fd60edb..94549a8 100644
> --- a/drivers/usb/usb_ohci.c
> +++ b/drivers/usb/usb_ohci.c
> @@ -67,6 +67,7 @@
>  #endif
>  
>  #if defined(CONFIG_ARM920T) || \
> +    defined(CONFIG_S3C6400) || \
>      defined(CONFIG_S3C2400) || \
>      defined(CONFIG_S3C2410) || \
>      defined(CONFIG_440EP) || \

Please keep the list sorted.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Wish not to seem, but to be, the best."                  - Aeschylus




More information about the U-Boot mailing list