mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
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>
This commit is contained in:
committed by
Tomas Vanek
parent
5b06b88af8
commit
09eb941cb8
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user