stm32l1/Cat.3: Devices have only one bank.
Change-Id: I02ce243c228ea20be6d5f01fee705a671747ebad Signed-off-by: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> Reviewed-on: http://openocd.zylin.com/3490 Tested-by: jenkins Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
This commit is contained in:
parent
44a6362b20
commit
c0f0d62298
|
@ -210,8 +210,7 @@ static const struct stm32lx_part_info stm32lx_parts[] = {
|
|||
.page_size = 256,
|
||||
.pages_per_sector = 16,
|
||||
.max_flash_size_kb = 256,
|
||||
.first_bank_size_kb = 192,
|
||||
.has_dual_banks = true,
|
||||
.has_dual_banks = false,
|
||||
.flash_base = 0x40023C00,
|
||||
.fsize_base = 0x1FF800CC,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue