summaryrefslogtreecommitdiff
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, 0 insertions, 5 deletions
diff --git a/common/cmd_license.c b/common/cmd_license.c
index 141215b..85a4871 100644
--- a/common/cmd_license.c
+++ b/common/cmd_license.c
@@ -23,15 +23,12 @@
#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[])
{
@@ -56,5 +53,3 @@ U_BOOT_CMD(license, 1, 1, do_license,
"print GPL license text",
""
);
-
-#endif /* CONFIG_CMD_LICENSE */