
31 Mar
2009
31 Mar
'09
9:24 p.m.
On 20:26 Tue 31 Mar , Remy Bohmer wrote:
Hello Jean-Christophe,
2009/3/27 Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com:
add CONFIG_USB_S3C64XX to activate the driver
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com
cpu/arm1176/s3c64xx/Makefile | 1 - drivers/usb/Makefile | 1 + .../s3c64xx/usb.c => drivers/usb/s3c64xx_usb.c | 0 include/configs/smdk6400.h | 1 + 4 files changed, 2 insertions(+), 1 deletions(-) rename cpu/arm1176/s3c64xx/usb.c => drivers/usb/s3c64xx_usb.c (100%)
Why do you want to move all these processor specific code into generic driver code?
IMHO it's a usb drivers and it's place is not in the cpu but in the drivers/usb/ even if it's just the USB init
Best Regards, J.