> - ret = cfi_erase(info, instr->len, instr->addr); > + ret = cfi_erase(info, instr->len, instr->addr, 1); Hmm, why this parameter? Basically, three things would be sane: * never output progress (no verbose parameter needed, obviously) * always output progress (again no parameter needed) * make it a command line option (parameter needed) What you have here (in the current form) is a needless parameter to cfi_erase(). _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox