rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / board / esd / adciop / flash.c
index d9eccba..dd578c8 100644 (file)
@@ -45,7 +45,7 @@ unsigned long flash_init (void)
        int i;
 
        /* Init: no FLASHes known */
-       for (i=0; i<CFG_MAX_FLASH_BANKS; ++i) {
+       for (i=0; i<CONFIG_SYS_MAX_FLASH_BANKS; ++i) {
                flash_info[i].flash_id = FLASH_UNKNOWN;
        }