summaryrefslogtreecommitdiff
path: root/board/bf537-stamp
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-06-14 22:05:42 +0200
committerWolfgang Denk <wd@denx.de>2009-06-14 22:05:42 +0200
commit92afd368bba7d98b2b7bfb51082c3639bb2119b3 (patch)
tree74ffc8a3f4980f7c6bad6bf80bb41d3974eff685 /board/bf537-stamp
parent6b1f78ae6ad037382ad430b07064105c88f7ac02 (diff)
parent388517e4b745b00256c2fa201ce7bccb67b4f245 (diff)
Merge branch 'next' of ../master
Diffstat (limited to 'board/bf537-stamp')
-rw-r--r--board/bf537-stamp/cmd_bf537led.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/bf537-stamp/cmd_bf537led.c b/board/bf537-stamp/cmd_bf537led.c
index e77bb0cb1..e65c4f835 100644
--- a/board/bf537-stamp/cmd_bf537led.c
+++ b/board/bf537-stamp/cmd_bf537led.c
@@ -33,7 +33,7 @@
"led <number> <action>\n" \
" <number> - Index (0-5) of LED to change, or \"all\"\n" \
" <action> - Must be one of:\n" \
- " on off toggle\n"
+ " on off toggle"
/* Number of LEDs supported by the board */
#define NUMBER_LEDS 6
@@ -191,7 +191,7 @@ void set_led_state(int index, int state)
/* Display usage information */
void show_cmd_usage()
{
- printf("Usage:\n%s", USAGE_LONG);
+ printf("Usage:\n%s\n", USAGE_LONG);
}
/* Register information for u-boot to find this command */