diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-09-01 01:16:33 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-09-07 00:42:38 +0200 | 
| commit | ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2 (patch) | |
| tree | 8cfe186b002a0153a592a5191783fa169a23a6ee | |
| parent | 6b971c73f182248ce103503d74fbc0100bb8c8b7 (diff) | |
| download | olio-uboot-2014.01-ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2.tar.xz olio-uboot-2014.01-ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2.zip | |
ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
| -rw-r--r-- | include/configs/ap325rxa.h | 2 | ||||
| -rw-r--r-- | include/configs/favr-32-ezkit.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/include/configs/ap325rxa.h b/include/configs/ap325rxa.h index 81a118dc5..3db609bb3 100644 --- a/include/configs/ap325rxa.h +++ b/include/configs/ap325rxa.h @@ -117,7 +117,7 @@  /* FLASH */  #define CONFIG_FLASH_CFI_DRIVER 1  #define CFG_FLASH_CFI -#define CFG_FLASH_CFI_DRIVER +#define CONFIG_FLASH_CFI_DRIVER  #undef  CFG_FLASH_QUIET_TEST  /* print 'E' for empty sector on flinfo */  #define CFG_FLASH_EMPTY_INFO diff --git a/include/configs/favr-32-ezkit.h b/include/configs/favr-32-ezkit.h index a27c02ad2..35d289fad 100644 --- a/include/configs/favr-32-ezkit.h +++ b/include/configs/favr-32-ezkit.h @@ -160,7 +160,7 @@  /* External flash on Favr-32 */  #if 0  #define CFG_FLASH_CFI			1 -#define CFG_FLASH_CFI_DRIVER		1 +#define CONFIG_FLASH_CFI_DRIVER		1  #endif  #define CFG_FLASH_BASE			0x00000000 |