diff options
author | Markus Klotzbuecher <mk@denx.de> | 2006-05-22 16:33:54 +0200 |
---|---|---|
committer | Markus Klotzbuecher <mk@pollux.denx.de> | 2006-05-22 16:33:54 +0200 |
commit | 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10 (patch) | |
tree | 5ffbaa50f1627682082592c148faa34d59e29e0c /drivers/Makefile | |
parent | 5770a1e488621a9e7e344afed7c921ff4e715a63 (diff) | |
download | u-boot-imx-3e326ece9eba8184f5d48aa4fb87760a8f6f0f10.zip u-boot-imx-3e326ece9eba8184f5d48aa4fb87760a8f6f0f10.tar.gz u-boot-imx-3e326ece9eba8184f5d48aa4fb87760a8f6f0f10.tar.bz2 |
This patch adds USB storage support for the delta board. This is the first
board to make use of a generic OHCI driver, that calls hooks for board
dependant initialization.
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index e6176ed..d5b6811 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -46,7 +46,7 @@ OBJS = 3c589.o 5701rls.o ali512x.o \ sl811_usb.o sm501.o smc91111.o smiLynxEM.o \ status_led.o sym53c8xx.o \ ti_pci1410a.o tigon3.o tsec.o \ - usbdcore.o usbdcore_ep0.o usbdcore_omap1510.o usbtty.o \ + usb_ohci.o usbdcore.o usbdcore_ep0.o usbdcore_omap1510.o usbtty.o \ videomodes.o w83c553f.o \ ks8695eth.o |