diff options
author | Jin Zhengxiong <jason@bus.ap.freescale.net> | 2006-08-23 19:10:44 +0800 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-08-23 10:39:01 -0500 |
commit | 4782ac80b02f0d01afd309e2200dd3c7037f2ba4 (patch) | |
tree | b2c1dbf6a73617a5b1e0ff961f0d4e97342e33a2 /drivers/Makefile | |
parent | d8ea2acf5f137cae99417df4f573d036ee384668 (diff) | |
download | u-boot-imx-4782ac80b02f0d01afd309e2200dd3c7037f2ba4.zip u-boot-imx-4782ac80b02f0d01afd309e2200dd3c7037f2ba4.tar.gz u-boot-imx-4782ac80b02f0d01afd309e2200dd3c7037f2ba4.tar.bz2 |
Add AHCI support to u-boot
Add AHCI support in u-boot, enable the sata disk controllers which
following the AHCI protocol.
Signed-off-by:Jason Jin<jason.jin@freescale.com>
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..98c4ef9 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -44,7 +44,7 @@ OBJS = 3c589.o 5701rls.o ali512x.o \ serial.o serial_max3100.o \ serial_pl010.o serial_pl011.o serial_xuartlite.o \ sl811_usb.o sm501.o smc91111.o smiLynxEM.o \ - status_led.o sym53c8xx.o \ + status_led.o sym53c8xx.o ahci.o \ ti_pci1410a.o tigon3.o tsec.o \ usbdcore.o usbdcore_ep0.o usbdcore_omap1510.o usbtty.o \ videomodes.o w83c553f.o \ |