diff options
Diffstat (limited to 'board/barco')
-rw-r--r-- | board/barco/barco.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/barco/barco.c b/board/barco/barco.c index e3abca4..a19e1ed 100644 --- a/board/barco/barco.c +++ b/board/barco/barco.c @@ -306,19 +306,19 @@ int barcobcd_boot_image (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) U_BOOT_CMD ( try_working, 1, 1, barcobcd_boot_image, - " try_working - check flash value and boot the appropriate image\n", + "check flash value and boot the appropriate image", "\n" ); U_BOOT_CMD ( boot_working, 1, 1, barcobcd_boot_image, - " boot_working - check flash value and boot the appropriate image\n", + "check flash value and boot the appropriate image", "\n" ); U_BOOT_CMD ( boot_default, 1, 1, barcobcd_boot_image, - " boot_default - check flash value and boot the appropriate image\n", + "check flash value and boot the appropriate image", "\n" ); /* |