Merge branch 'master' into next
[platform/kernel/u-boot.git] / common / cmd_license.c
index c3c3496..c6f272a 100644 (file)
@@ -23,8 +23,6 @@
 
 #include <common.h>
 
-#if defined(CONFIG_CMD_LICENSE)
-
 /* COPYING is currently 15951 bytes in size */
 #define LICENSE_MAX    20480
 
@@ -53,7 +51,6 @@ 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);
-
-#endif /* CONFIG_CMD_LICENSE */
+       "print GPL license text",
+       ""
+);