diff options
Diffstat (limited to 'board/mpl/mip405/cmd_mip405.c')
-rw-r--r-- | board/mpl/mip405/cmd_mip405.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpl/mip405/cmd_mip405.c b/board/mpl/mip405/cmd_mip405.c index dc1380445a0..cd93a7ca0b0 100644 --- a/board/mpl/mip405/cmd_mip405.c +++ b/board/mpl/mip405/cmd_mip405.c @@ -60,7 +60,7 @@ U_BOOT_CMD( "mip405 flash mps - updates U-Boot with image from MPS\n" "mip405 info - displays board information\n" "mip405 led <on> - switches LED on (on=1) or off (on=0)\n" - "mip405 mem [cnt] - Memory Test <cnt>-times, <cnt> = -1 loop forever\n" + "mip405 mem [cnt] - Memory Test <cnt>-times, <cnt> = -1 loop forever" ); /* ------------------------------------------------------------------------- */ |