summaryrefslogtreecommitdiffstats
path: root/board/freescale
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2013-05-31 08:48:04 -0700
committerAndy Fleming <afleming@freescale.com>2013-06-20 17:08:52 -0500
commit5bdeff3214b1b979a20fa0250cf02e93876d0b27 (patch)
tree81d562150c57b656d744fb1c5fbbe45b68c5742d /board/freescale
parent0d3efd805618068f33ec8dd3610b1cd740afb5cd (diff)
downloadtalos-obmc-uboot-5bdeff3214b1b979a20fa0250cf02e93876d0b27.tar.gz
talos-obmc-uboot-5bdeff3214b1b979a20fa0250cf02e93876d0b27.zip
powerpc/pixis: Fix pixis help message
"pixis_reset help" command prints the message without a new line "\n", which makes the prompt on the same line. Signed-off-by: York Sun <yorksun@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/common/pixis.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/common/pixis.c b/board/freescale/common/pixis.c
index 8d07061c36..fbb709de14 100644
--- a/board/freescale/common/pixis.c
+++ b/board/freescale/common/pixis.c
@@ -480,6 +480,7 @@ static int pixis_reset_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const ar
|| unknown_param) {
#ifdef CONFIG_SYS_LONGHELP
puts(cmdtp->help);
+ putc('\n');
#endif
return 1;
}
@@ -512,6 +513,7 @@ static int pixis_reset_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const ar
&& set_px_mpxpll(mpxpll))) {
#ifdef CONFIG_SYS_LONGHELP
puts(cmdtp->help);
+ putc('\n');
#endif
return 1;
}
OpenPOWER on IntegriCloud