diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:40 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:40 +0200 |
commit | ab6878c7bc68a7b5e5b731655bdc13221bbfc493 (patch) | |
tree | e3bbe2085d68e92f4b1f1c40a97b223fc7802506 /include/configs/BAB7xx.h | |
parent | 55d6d2d39fe3fe87802e399aa17539368b495d2e (diff) | |
download | u-boot-imx-ab6878c7bc68a7b5e5b731655bdc13221bbfc493.zip u-boot-imx-ab6878c7bc68a7b5e5b731655bdc13221bbfc493.tar.gz u-boot-imx-ab6878c7bc68a7b5e5b731655bdc13221bbfc493.tar.bz2 |
drivers/pci: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/BAB7xx.h')
-rw-r--r-- | include/configs/BAB7xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/BAB7xx.h b/include/configs/BAB7xx.h index 799ce38..26a1a2d 100644 --- a/include/configs/BAB7xx.h +++ b/include/configs/BAB7xx.h @@ -338,7 +338,7 @@ extern unsigned char scsi_sym53c8xx_ccf; /* * Winbond Configuration */ -#define CFG_WINBOND_83C553 1 /* has a winbond bridge */ +#define CONFIG_WINBOND_83C553 1 /* has a winbond bridge */ #define CFG_USE_WINBOND_IDE 0 /* use winbond 83c553 internal ide */ #define CFG_WINBOND_ISA_CFG_ADDR 0x80005800 /* pci-isa bridge config addr */ #define CFG_WINBOND_IDE_CFG_ADDR 0x80005900 /* ide config addr */ |