aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonathan Dumaresq <jdumaresq@cimeq.qc.ca>2011-10-28 11:08:19 -0400
committerPeter Stuge <peter@stuge.se>2011-10-28 15:24:50 +0000
commitaf51c69fbcc15a0dee678553adf5a864f54f58cc (patch)
tree355fe53d38a271daf10d966c0ada2ef2c67e04eb /src
parent97806831e25e8b75c02d61a30a98b18e090619f2 (diff)
downloadriscv-openocd-af51c69fbcc15a0dee678553adf5a864f54f58cc.zip
riscv-openocd-af51c69fbcc15a0dee678553adf5a864f54f58cc.tar.gz
riscv-openocd-af51c69fbcc15a0dee678553adf5a864f54f58cc.tar.bz2
Fixes comment typo for page size
Change-Id: I6dd8aadcecd680c48e696aeec0daf74d2addbb05 Signed-off-by: Jonathan Dumaresq <jdumaresq@cimeq.qc.ca> Reviewed-on: http://openocd.zylin.com/132 Tested-by: jenkins Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'src')
-rw-r--r--src/flash/nor/stm32f1x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/stm32f1x.c b/src/flash/nor/stm32f1x.c
index a0520c7..6c419e9 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;