X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_flash.c;h=e55d366c65d4a3029ebcdd3ecafc4170e609c237;hb=320d53da605d67b9d95622c5c6bfd5ac2c17ed58;hp=0e9b2e3c741e2b534904acf06944b68a044f77c9;hpb=12ae615fba9ac962df97d1367291c9563bfb6da4;p=u-boot diff --git a/common/cmd_flash.c b/common/cmd_flash.c index 0e9b2e3c74..e55d366c65 100644 --- a/common/cmd_flash.c +++ b/common/cmd_flash.c @@ -443,7 +443,8 @@ int flash_sect_erase (ulong addr_first, ulong addr_last) rcode = flash_erase (info, s_first[bank], s_last[bank]); } } - printf ("Erased %d sectors\n", erased); + if (rcode == 0) + printf("Erased %d sectors\n", erased); } else if (rcode == 0) { puts ("Error: start and/or end address" " not on sector boundary\n");