summaryrefslogtreecommitdiffstats
path: root/common/cmd_license.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_license.c')
-rw-r--r--common/cmd_license.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/cmd_license.c b/common/cmd_license.c
index c3c34967db..141215b3a5 100644
--- a/common/cmd_license.c
+++ b/common/cmd_license.c
@@ -53,7 +53,8 @@ int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
}
U_BOOT_CMD(license, 1, 1, do_license,
- "print GPL license text",
- NULL);
+ "print GPL license text",
+ ""
+);
#endif /* CONFIG_CMD_LICENSE */
OpenPOWER on IntegriCloud