diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-15 18:32:41 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-08-21 01:10:52 +0200 |
commit | 0de0afbca865ecf482b4d2b635236746def8518f (patch) | |
tree | c35b092b17fef6bcfb8aa5592cd50bac776fda6b /include/configs/redwood.h | |
parent | 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9 (diff) | |
download | u-boot-imx-0de0afbca865ecf482b4d2b635236746def8518f.zip u-boot-imx-0de0afbca865ecf482b4d2b635236746def8518f.tar.gz u-boot-imx-0de0afbca865ecf482b4d2b635236746def8518f.tar.bz2 |
coldfire: fix CFI drivers activation with new macro
rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/redwood.h')
-rw-r--r-- | include/configs/redwood.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/redwood.h b/include/configs/redwood.h index 32ed574..78ca1b3 100644 --- a/include/configs/redwood.h +++ b/include/configs/redwood.h @@ -165,7 +165,7 @@ * FLASH related *----------------------------------------------------------------------*/ #define CFG_FLASH_CFI /* The flash is CFI compatible */ -#define CFG_FLASH_CFI_DRIVER /* Use common CFI driver */ +#define CONFIG_FLASH_CFI_DRIVER /* Use common CFI driver */ #define CFG_FLASH_CFI_AMD_RESET 1 /* Use AMD (Spansion) reset cmd */ #define CFG_MAX_FLASH_BANKS 3 /* number of banks */ |