diff options
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 32ed5746c..78ca1b3b0 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		*/ |