From: Jonathan Dumaresq Date: Fri, 28 Oct 2011 15:08:19 +0000 (-0400) Subject: Fixes comment typo for page size X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=af51c69fbcc15a0dee678553adf5a864f54f58cc;p=fw%2Fopenocd Fixes comment typo for page size Change-Id: I6dd8aadcecd680c48e696aeec0daf74d2addbb05 Signed-off-by: Jonathan Dumaresq Reviewed-on: http://openocd.zylin.com/132 Tested-by: jenkins Reviewed-by: Peter Stuge --- 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;