]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/mousse/flash.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / mousse / flash.c
index 2c32b8ffaa823cc43515d34d129f17bf0620ee39..d729f33f9359942636e6008b1b7e9fa6bb15df7c 100644 (file)
@@ -50,7 +50,7 @@ int flashLibInited = 0;
 #define PRIVATE
 #endif
 
-flash_info_t flash_info[CFG_MAX_FLASH_BANKS];
+flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS];
 
 #define SLEEP_DELAY    166
 #define FLASH_SECTOR_SIZE   (64*1024)