Browse Source

fix NOR flash regression

When factoring the bank setup command into flash_bank_add(), I forgot
to include a call to the new helper.
tags/v0.4.0-rc1
Zachary T Welch 14 years ago
parent
commit
56c5f6361e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/flash/nor/tcl.c

+ 2
- 0
src/flash/nor/tcl.c View File

@@ -813,6 +813,8 @@ COMMAND_HANDLER(handle_flash_bank_command)
return retval;
}

flash_bank_add(c);

return ERROR_OK;

}


Loading…
Cancel
Save