# HG changeset patch # User Mychaela Falconia # Date 1701578851 0 # Node ID c4c400c1b10c7fe88e633a2751868376e69c06a0 # Parent 8aeb840bc25fe78a644ac4f47cad758ae9c15fba 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. diff -r 8aeb840bc25f -r c4c400c1b10c loadtools/fldevs.c --- 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 = {