]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_license.c
correct a syntax typo in at91_matrix.h
[people/ms/u-boot.git] / common / cmd_license.c
index 301af8d967cded56fd521df75d6cb688c647b0b7..85a4871de0f57a2a7b858379946980ab3408e27c 100644 (file)
 
 #include <common.h>
 
-#if defined(CONFIG_CMD_LICENSE)
-
 /* COPYING is currently 15951 bytes in size */
 #define LICENSE_MAX    20480
 
 #include <command.h>
 #include <malloc.h>
 #include <license.h>
-int gunzip(void *, int, unsigned char *, unsigned long *);
 
 int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 {
@@ -53,7 +50,6 @@ int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 }
 
 U_BOOT_CMD(license, 1, 1, do_license,
-          "license - print GPL license text\n",
-          NULL);
-
-#endif /* CONFIG_CMD_LICENSE */
+       "print GPL license text",
+       ""
+);