summaryrefslogtreecommitdiff
path: root/chip/npcx/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/flash.c')
-rw-r--r--chip/npcx/flash.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/chip/npcx/flash.c b/chip/npcx/flash.c
index e889163088..95b4796bb3 100644
--- a/chip/npcx/flash.c
+++ b/chip/npcx/flash.c
@@ -794,8 +794,7 @@ static int command_flash_spi_sel_lock(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(flash_spi_lock, command_flash_spi_sel_lock,
"[0 | 1]",
- "Lock spi flash interface selection",
- NULL);
+ "Lock spi flash interface selection");
static int command_flash_tristate(int argc, char **argv)
{
@@ -812,6 +811,5 @@ static int command_flash_tristate(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(flash_tristate, command_flash_tristate,
"[0 | 1]",
- "Tristate spi flash pins",
- NULL);
+ "Tristate spi flash pins");