commit | 8e9bb43429e50df55fa41932cbe65841ff579220 | [log] [tgz] |
---|---|---|
author | Dave Liu <r63238@freescale.com> | Wed Mar 26 22:50:45 2008 +0800 |
committer | Wolfgang Denk <wd@denx.de> | Wed Mar 26 23:38:52 2008 +0100 |
tree | a966bfd8424b6f3f9828e161469b6efb505e34ee | |
parent | c7057b529c3c3cb9c0ac9060686a4068f1491bbe [diff] |
ata: make the ata_piix driver using new SATA framework original ata_piix driver is using IDE framework, not real SATA framework. For now, the ata_piix driver is only used by x86 sc520_cdp board. This patch makes the ata_piix driver use the new SATA framework, so - remove the duplicated command stuff - remove the CONFIG_CMD_IDE define in the sc520_cdp.h - add the CONFIG_CMD_SATA define to sc520_cdp.h Signed-off-by: Dave Liu <daveliu@freescale.com>