diff options
author | Dave Liu <r63238@freescale.com> | 2008-03-26 22:47:06 +0800 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-03-26 23:38:48 +0100 |
commit | 9eef62804d9695425b24c87b46a61a7fa74afee0 (patch) | |
tree | 42b85b0df83c0bb1edd06fd0f7cd3e98200003f4 /include/configs/sc520_cdp.h | |
parent | 5b5eb9ca5b778f763bcf332697b35cc1e747626e (diff) | |
download | u-boot-imx-9eef62804d9695425b24c87b46a61a7fa74afee0.zip u-boot-imx-9eef62804d9695425b24c87b46a61a7fa74afee0.tar.gz u-boot-imx-9eef62804d9695425b24c87b46a61a7fa74afee0.tar.bz2 |
ata: merge the ata_piix driver
move the cmd_sata.c from common/ to drivers/ata_piix.c,
the cmd_sata.c have some part of ata_piix controller drivers.
consolidate the driver to have better framework.
Signed-off-by: Dave Liu <daveliu@freescale.com>
Diffstat (limited to 'include/configs/sc520_cdp.h')
-rw-r--r-- | include/configs/sc520_cdp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sc520_cdp.h b/include/configs/sc520_cdp.h index 8491d97..58d656c 100644 --- a/include/configs/sc520_cdp.h +++ b/include/configs/sc520_cdp.h @@ -192,7 +192,6 @@ /************************************************************ *SATA/Native Stuff ************************************************************/ -#define CFG_SATA_SUPPORTED 1 #define CFG_SATA_MAXBUS 2 /*Max Sata buses supported */ #define CFG_SATA_DEVS_PER_BUS 2 /*Max no. of devices per bus/port */ #define CFG_SATA_MAXDEVICES (CFG_SATA_MAXBUS* CFG_SATA_DEVS_PER_BUS) |