flash/nor/at91samd: set usage for command "set-security"

The only allowed parameter is the string "enable"

Change-Id: Iefdad38f1b4177e4194e58caf2be654357299ded
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5021
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
Antonio Borneo 2019-03-30 08:36:38 +01:00 committed by Tomas Vanek
parent 3d59e0f612
commit 80ca927ebc
1 changed files with 1 additions and 0 deletions

View File

@ -1241,6 +1241,7 @@ static const struct command_registration at91samd_exec_command_handlers[] = {
"This makes it impossible to read the Flash contents. " "This makes it impossible to read the Flash contents. "
"The only way to undo this is to issue the chip-erase " "The only way to undo this is to issue the chip-erase "
"command.", "command.",
.usage = "'enable'",
}, },
{ {
.name = "eeprom", .name = "eeprom",