X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fupdater%2Fflash.c;h=5be5f1b099645ee32e09f616773ae4bec3c44acc;hb=aa7f281ce4af14a95f1df88bf32d828562fb4604;hp=1ed77b1b18107a36b2e3c43f2ebd7fd9f2ab0112;hpb=83dc830b1693252d996bda920cd5f3161d7c64a9;p=u-boot diff --git a/tools/updater/flash.c b/tools/updater/flash.c index 1ed77b1b18..5be5f1b099 100644 --- a/tools/updater/flash.c +++ b/tools/updater/flash.c @@ -66,18 +66,18 @@ flash_protect (int flag, ulong from, ulong to, flash_info_t *info) */ if (from <= end && to >= info->start[i]) { if (flag & FLAG_PROTECT_CLEAR) { -#if defined(CFG_FLASH_PROTECTION) +#if defined(CONFIG_SYS_FLASH_PROTECTION) flash_real_protect(info, i, 0); #else info->protect[i] = 0; -#endif /* CFG_FLASH_PROTECTION */ +#endif /* CONFIG_SYS_FLASH_PROTECTION */ } else if (flag & FLAG_PROTECT_SET) { -#if defined(CFG_FLASH_PROTECTION) +#if defined(CONFIG_SYS_FLASH_PROTECTION) flash_real_protect(info, i, 1); #else info->protect[i] = 1; -#endif /* CFG_FLASH_PROTECTION */ +#endif /* CONFIG_SYS_FLASH_PROTECTION */ } } } @@ -93,7 +93,7 @@ addr2info (ulong addr) flash_info_t *info; int i; - for (i=0, info=&flash_info[0]; iflash_id != FLASH_UNKNOWN && addr >= info->start[0] && /* WARNING - The '- 1' is needed if the flash