commit | a566ebdef22563e53f99d900522a648c51af0bbe | [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 | 76596bad4b7f57956a54e791709998fce93c64fe [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>