]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ata: make the ata_piix driver using new SATA framework
authorDave Liu <r63238@freescale.com>
Wed, 26 Mar 2008 14:50:45 +0000 (22:50 +0800)
committerWolfgang Denk <wd@denx.de>
Wed, 26 Mar 2008 22:38:52 +0000 (23:38 +0100)
commit8e9bb43429e50df55fa41932cbe65841ff579220
treea966bfd8424b6f3f9828e161469b6efb505e34ee
parentc7057b529c3c3cb9c0ac9060686a4068f1491bbe
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>
drivers/block/ata_piix.c
drivers/block/ata_piix.h
include/configs/sc520_cdp.h