diff options
Diffstat (limited to 'include/configs/linkstation.h')
-rw-r--r-- | include/configs/linkstation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/linkstation.h b/include/configs/linkstation.h index bc642941162..e5a0fb97153 100644 --- a/include/configs/linkstation.h +++ b/include/configs/linkstation.h @@ -434,7 +434,7 @@ * FLASH organization */ #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 */ #undef CFG_FLASH_PROTECTION #define CFG_FLASH_BANKS_LIST { CFG_FLASH_BASE } |