Removed unnecessary programming boundary.

This commit is contained in:
Daniel Beer 2010-09-06 15:55:53 +12:00
parent 08e13f7093
commit 7e04f8b776
1 changed files with 0 additions and 4 deletions

View File

@ -462,10 +462,6 @@ static int prog_flush(struct prog_data *prog)
while (prog->len) {
int wlen = prog->len;
/* Writing across this address seems to cause a hang */
if (prog->addr < 0x999a && wlen + prog->addr > 0x999a)
wlen = 0x999a - prog->addr;
if (!prog->have_erased) {
printc("Erasing...\n");
if (device_default->ctl(device_default,