|
|
@ -342,7 +342,7 @@ int do_flerase (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) |
|
|
|
puts ("Bad sector specification\n"); |
|
|
|
puts ("Bad sector specification\n"); |
|
|
|
return 1; |
|
|
|
return 1; |
|
|
|
} |
|
|
|
} |
|
|
|
printf ("Erase Flash Sectors %d-%d in Bank # %ld ", |
|
|
|
printf ("Erase Flash Sectors %d-%d in Bank # %d ", |
|
|
|
sect_first, sect_last, (info-flash_info)+1); |
|
|
|
sect_first, sect_last, (info-flash_info)+1); |
|
|
|
rcode = flash_erase(info, sect_first, sect_last); |
|
|
|
rcode = flash_erase(info, sect_first, sect_last); |
|
|
|
return rcode; |
|
|
|
return rcode; |
|
|
@ -534,7 +534,7 @@ int do_protect (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) |
|
|
|
puts ("Bad sector specification\n"); |
|
|
|
puts ("Bad sector specification\n"); |
|
|
|
return 1; |
|
|
|
return 1; |
|
|
|
} |
|
|
|
} |
|
|
|
printf("%sProtect Flash Sectors %d-%d in Bank # %ld\n", |
|
|
|
printf("%sProtect Flash Sectors %d-%d in Bank # %d\n", |
|
|
|
p ? "" : "Un-", sect_first, sect_last, |
|
|
|
p ? "" : "Un-", sect_first, sect_last, |
|
|
|
(info-flash_info)+1); |
|
|
|
(info-flash_info)+1); |
|
|
|
for (i = sect_first; i <= sect_last; i++) { |
|
|
|
for (i = sect_first; i <= sect_last; i++) { |
|
|
|