mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-01 12:01:31 +00:00
ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
6b971c73f1
commit
ee9536a28c
2 changed files with 2 additions and 2 deletions
|
@ -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 @@
|
||||||
/* 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue