flash: fix kinetis driver typos
Change-Id: I0a4557f08507c61cb8ab33b38d2b6b069c344c09 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/2385 Tested-by: jenkins
This commit is contained in:
parent
d1a67c80e4
commit
513436a17a
|
@ -448,10 +448,10 @@ COMMAND_HANDLER(kinetis_check_flash_security_status)
|
|||
LOG_WARNING("*********** ATTENTION! ATTENTION! ATTENTION! ATTENTION! **********");
|
||||
LOG_WARNING("**** ****");
|
||||
LOG_WARNING("**** Your Kinetis MCU is in secured state, which means that, ****");
|
||||
LOG_WARNING("**** with exeption for very basic communication, JTAG/SWD ****");
|
||||
LOG_WARNING("**** with exception for very basic communication, JTAG/SWD ****");
|
||||
LOG_WARNING("**** interface will NOT work. In order to restore its ****");
|
||||
LOG_WARNING("**** functionality please issue 'kinetis mdm mass_erase' ****");
|
||||
LOG_WARNING("**** command, power cycle the MCU and restart openocd. ****");
|
||||
LOG_WARNING("**** command, power cycle the MCU and restart OpenOCD. ****");
|
||||
LOG_WARNING("**** ****");
|
||||
LOG_WARNING("*********** ATTENTION! ATTENTION! ATTENTION! ATTENTION! **********");
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue