summaryrefslogtreecommitdiff
path: root/chip/lm4/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/lm4/spi.c')
-rw-r--r--chip/lm4/spi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/chip/lm4/spi.c b/chip/lm4/spi.c
index 60394bb936..3fd3bc96de 100644
--- a/chip/lm4/spi.c
+++ b/chip/lm4/spi.c
@@ -184,5 +184,4 @@ static int command_spirom(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(spirom, command_spirom,
NULL,
- "Test reading SPI EEPROM",
- NULL);
+ "Test reading SPI EEPROM");