summaryrefslogtreecommitdiff
path: root/cpu/nios2
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/nios2')
-rw-r--r--cpu/nios2/epcs.c2
-rw-r--r--cpu/nios2/sysid.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpu/nios2/epcs.c b/cpu/nios2/epcs.c
index 968b50f3d..483b249cd 100644
--- a/cpu/nios2/epcs.c
+++ b/cpu/nios2/epcs.c
@@ -47,7 +47,7 @@
"epcs write addr offset count\n"\
" - write count bytes to offset from addr.\n"\
"epcs verify addr offset count\n"\
- " - verify count bytes at offset from addr.\n"
+ " - verify count bytes at offset from addr."
/*-----------------------------------------------------------------------*/
diff --git a/cpu/nios2/sysid.c b/cpu/nios2/sysid.c
index 251204beb..77bc8b569 100644
--- a/cpu/nios2/sysid.c
+++ b/cpu/nios2/sysid.c
@@ -53,6 +53,6 @@ int do_sysid (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
U_BOOT_CMD(
sysid, 1, 1, do_sysid,
"display Nios-II system id",
- "\n - display Nios-II system id\n"
+ ""
);
#endif /* CONFIG_SYS_NIOS_SYSID_BASE */