diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-11-27 16:52:20 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2006-11-27 16:52:20 +0100 |
commit | 83dc830b1693252d996bda920cd5f3161d7c64a9 (patch) | |
tree | 7ddf0efb7a5dc45e38b82e7a0625f794352a8acd /cpu/arm920t/s3c24x0 | |
parent | d3c5e8b2f5945d93de8f23b053e9dcd033983245 (diff) | |
parent | 58b485776698c3d71ec5a215e392123b4c15afa3 (diff) | |
download | bootable_bootloader_goldelico_gta04-83dc830b1693252d996bda920cd5f3161d7c64a9.zip bootable_bootloader_goldelico_gta04-83dc830b1693252d996bda920cd5f3161d7c64a9.tar.gz bootable_bootloader_goldelico_gta04-83dc830b1693252d996bda920cd5f3161d7c64a9.tar.bz2 |
Merge with /home/mk/git/u-boot-generic_ohci#generic_ohci
Diffstat (limited to 'cpu/arm920t/s3c24x0')
-rw-r--r-- | cpu/arm920t/s3c24x0/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm920t/s3c24x0/usb.c b/cpu/arm920t/s3c24x0/usb.c index 4bc7961..ef5d5bf 100644 --- a/cpu/arm920t/s3c24x0/usb.c +++ b/cpu/arm920t/s3c24x0/usb.c @@ -23,7 +23,7 @@ #include <common.h> -#if defined(CONFIG_USB_OHCI) && defined(CFG_USB_OHCI_CPU_INIT) +#if defined(CONFIG_USB_OHCI_NEW) && defined(CFG_USB_OHCI_CPU_INIT) # if defined(CONFIG_S3C2400) || defined(CONFIG_S3C2410) #if defined(CONFIG_S3C2400) |