diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:39 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:39 +0200 |
commit | 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7 (patch) | |
tree | 93ac24050e6c46e8ebeb4086548e5f94bf7911fd /include/configs/sc520_cdp.h | |
parent | 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a (diff) | |
download | u-boot-imx-1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7.zip u-boot-imx-1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7.tar.gz u-boot-imx-1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7.tar.bz2 |
drivers/block: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/sc520_cdp.h')
-rw-r--r-- | include/configs/sc520_cdp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sc520_cdp.h b/include/configs/sc520_cdp.h index 0e830b8..e29655e 100644 --- a/include/configs/sc520_cdp.h +++ b/include/configs/sc520_cdp.h @@ -178,7 +178,7 @@ #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_MAX_DEVICE (CFG_SATA_MAXBUS* CFG_SATA_DEVS_PER_BUS) -#define CFG_ATA_PIIX 1 /*Supports ata_piix driver */ +#define CONFIG_ATA_PIIX 1 /*Supports ata_piix driver */ /************************************************************ * DISK Partition support |