FreeCalypso > hg > freecalypso-tools
diff loadtools/fldevs.c @ 992:c4c400c1b10c
fc-loadtool flash: no flash2 ppb-erase-all
All PPBs from across the entire flash chip can only be erased together
as a unit, spanning across both banks on 16 MiB chips - therefore,
we shall disallow 'flash2 ppb-erase-all', and accept 'flash ppb-erase-all'
only.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 03 Dec 2023 04:47:31 +0000 |
parents | 0407d14fb854 |
children | ad3041e19884 |
line wrap: on
line diff
--- a/loadtools/fldevs.c Sun Dec 03 00:53:43 2023 +0000 +++ b/loadtools/fldevs.c Sun Dec 03 04:47:31 2023 +0000 @@ -507,7 +507,6 @@ .have_status_word_3 = 1, .ppb_program_one = plj_ppb_program_one, .ppb_program_all = plj_ppb_program_all, - .ppb_erase_all = plj_ppb_erase_all_dualbank, }; struct flash_device flashdev_PL129J = { @@ -715,7 +714,6 @@ .have_status_word_7 = 1, .ppb_program_one = plj_ppb_program_one, .ppb_program_all = plj_ppb_program_all, - .ppb_erase_all = plj_ppb_erase_all_dualbank, }; struct flash_device flashdev_K5L29xx_A = {