flash/nor/stm32h7x: remove unused 'pages_per_sector' from stm32h7x_part_info

Change-Id: I1b79c25cada574e3a9849f506443c836bd707604
Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Reviewed-on: http://openocd.zylin.com/5289
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-by: Christopher Head <chead@zaber.com>
bscan_optimization
Tarek BOCHKATI 2019-08-27 14:44:49 +02:00 committed by Tomas Vanek
parent 5b06b88af8
commit 09eb941cb8
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ struct stm32h7x_part_info {
const struct stm32h7x_rev *revs;
size_t num_revs;
unsigned int page_size;
unsigned int pages_per_sector;
uint16_t max_flash_size_kb;
uint8_t has_dual_bank;
uint16_t first_bank_size_kb; /* Used when has_dual_bank is true */