flash/nor: Change missing protect_check message from WARN to Info.
authorEdward Fewell <efewell@ti.com>
Tue, 24 Mar 2020 21:46:59 +0000 (16:46 -0500)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 5 Apr 2020 13:09:24 +0000 (14:09 +0100)
commit0690361abc3ae91171e83f34bddcf92bf78e02d3
tree507d71f30cc1c667e2600ec58248e5fabedb5275
parentd6541a811dc32beafbb388a01289366f1f31fc00
flash/nor: Change missing protect_check message from WARN to Info.

Change the current message when a flash driver does not implement
the protect_check function to LOG_INFO() from LOG_WARNING(). The
user is still notified that the procedure isn't available, but
changes the tone to indicate this is expected with this flash
driver and not something that necessarily is a problem to fix.

Change-Id: If8a2e86a23c852d562346ca36734e5d02df4a851
Signed-off-by: Edward Fewell <efewell@ti.com>
Reviewed-on: http://openocd.zylin.com/5539
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/flash/nor/tcl.c