summaryrefslogtreecommitdiffstats
path: root/board/amcc/yucca/cmd_yucca.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/amcc/yucca/cmd_yucca.c')
-rw-r--r--board/amcc/yucca/cmd_yucca.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/board/amcc/yucca/cmd_yucca.c b/board/amcc/yucca/cmd_yucca.c
index cde13e424b..e9cd333f3a 100644
--- a/board/amcc/yucca/cmd_yucca.c
+++ b/board/amcc/yucca/cmd_yucca.c
@@ -58,10 +58,8 @@ static int setBootStrapClock(cmd_tbl_t *cmdtp, int incrflag, int flag,
char plbClock[4];
char pcixClock[4];
- if (argc < 3) {
- cmd_usage(cmdtp);
- return 1;
- }
+ if (argc < 3)
+ return cmd_usage(cmdtp);
if (strcmp(argv[2], "prom0") == 0)
chip = IIC0_BOOTPROM_ADDR;
OpenPOWER on IntegriCloud