X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fstm32f1x.c;h=6c419e92223aea72dba1250e62f0fb6e4f8f86d1;hb=af51c69fbcc15a0dee678553adf5a864f54f58cc;hp=a0520c79278b3ee497bf42c36ca0d2302cc4fedb;hpb=97806831e25e8b75c02d61a30a98b18e090619f2;p=fw%2Fopenocd diff --git a/src/flash/nor/stm32f1x.c b/src/flash/nor/stm32f1x.c index a0520c792..6c419e922 100644 --- a/src/flash/nor/stm32f1x.c +++ b/src/flash/nor/stm32f1x.c @@ -1055,7 +1055,7 @@ static int stm32x_probe(struct flash_bank *bank) } else if ((device_id & 0x7ff) == 0x428) { - /* value line density - we have 1k pages + /* value line High density - we have 2k pages * 4 pages for a protection area */ page_size = 2048; stm32x_info->ppage_size = 4;