]> git.sur5r.net Git - openocd/commit
flash/nor/stellaris: fix: flash info RCC and RCC2 mixed up
authorAlexander Kurz <akurz@blala.de>
Sun, 28 Feb 2016 21:45:54 +0000 (22:45 +0100)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Mon, 29 Feb 2016 19:09:50 +0000 (19:09 +0000)
commit6f05ec1e23a764b416fb8b6febcc4e439cd37e76
tree973569b7a436231102083dba9279004bfb58448a
parenta252cb064d13d96763447af20eb457f1fce080e5
flash/nor/stellaris: fix: flash info RCC and RCC2 mixed up

The flash info command on stellaris platformes
"TI/LMI Stellaris information ... rcc is ..., rcc2 is ..."
presented the actual RCC2 register as rcc and an uninitialized variable
as rcc2 due to a copy and paste error.
Found using the semantic pattern da/da.cocci, see coccinellery.org

Change-Id: I6f920fc3e07fdc085ea8e2248fbc9453eb8393dc
Signed-off-by: Alexander Kurz <akurz@blala.de>
Reviewed-on: http://openocd.zylin.com/3368
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
src/flash/nor/stellaris.c