diff options
Diffstat (limited to 'include/configs/Total5200.h')
| -rw-r--r-- | include/configs/Total5200.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/Total5200.h b/include/configs/Total5200.h index 598fe7bf2..25e98e249 100644 --- a/include/configs/Total5200.h +++ b/include/configs/Total5200.h @@ -204,7 +204,7 @@   * Flash configuration   */  #define CFG_FLASH_CFI		1	/* Flash is CFI conformant */ -#define CFG_FLASH_CFI_DRIVER	1	/* Use the common driver */ +#define CONFIG_FLASH_CFI_DRIVER	1	/* Use the common driver */  #if CONFIG_TOTAL5200_REV==2  #   define CFG_MAX_FLASH_BANKS	3	/* max num of flash banks */  #   define CFG_FLASH_BANKS_LIST { CFG_CS5_START, CFG_CS4_START, CFG_BOOTCS_START } |