Skip to content
Snippets Groups Projects
Commit ee9536a2 authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD Committed by Wolfgang Denk
Browse files

ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER

parent 6b971c73
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
/* FLASH */ /* FLASH */
#define CONFIG_FLASH_CFI_DRIVER 1 #define CONFIG_FLASH_CFI_DRIVER 1
#define CFG_FLASH_CFI #define CFG_FLASH_CFI
#define CFG_FLASH_CFI_DRIVER #define CONFIG_FLASH_CFI_DRIVER
#undef CFG_FLASH_QUIET_TEST #undef CFG_FLASH_QUIET_TEST
/* print 'E' for empty sector on flinfo */ /* print 'E' for empty sector on flinfo */
#define CFG_FLASH_EMPTY_INFO #define CFG_FLASH_EMPTY_INFO
......
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
/* External flash on Favr-32 */ /* External flash on Favr-32 */
#if 0 #if 0
#define CFG_FLASH_CFI 1 #define CFG_FLASH_CFI 1
#define CFG_FLASH_CFI_DRIVER 1 #define CONFIG_FLASH_CFI_DRIVER 1
#endif #endif
#define CFG_FLASH_BASE 0x00000000 #define CFG_FLASH_BASE 0x00000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment